diff src/dupe.c @ 259:fa7d69e7d02d

Comment out unused code. Geeqie code now compiles cleanly with -Wall gcc option.
author zas_
date Sat, 05 Apr 2008 11:59:29 +0000
parents 9faf34f047b1
children 1015282898fe
line wrap: on
line diff
--- a/src/dupe.c	Fri Apr 04 22:34:55 2008 +0000
+++ b/src/dupe.c	Sat Apr 05 11:59:29 2008 +0000
@@ -321,6 +321,7 @@
 	g_list_free(list);
 }
 
+/*
 static DupeItem *dupe_item_find_fd_by_list(FileData *fd, GList *work)
 {
 	while (work)
@@ -334,7 +335,9 @@
 
 	return NULL;
 }
-
+*/
+
+/*
 static DupeItem *dupe_item_find_fd(DupeWindow *dw, FileData *fd)
 {
 	DupeItem *di;
@@ -344,6 +347,7 @@
 
 	return di;
 }
+*/
 
 static DupeItem *dupe_item_find_path_by_list(const gchar *path, GList *work)
 {