diff src/layout.h @ 796:0be132a51f51

use new notification in layout and layout_image
author nadvornik
date Sat, 07 Jun 2008 09:10:01 +0000
parents d6a7fb4b8e7c
children 1646720364cf
line wrap: on
line diff
--- a/src/layout.h	Sat Jun 07 08:13:22 2008 +0000
+++ b/src/layout.h	Sat Jun 07 09:10:01 2008 +0000
@@ -94,9 +94,4 @@
 
 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode);
 
-void layout_maint_renamed(FileData *fd);
-void layout_maint_removed(FileData *fd, GList *ignore_list);
-void layout_maint_moved(FileData *fd, GList *ignore_list);
-
-
 #endif