Revision: 1100
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1100&view=rev
Author:   zas_
Date:     2008-08-27 17:02:14 +0000 (Wed, 27 Aug 2008)

Log Message:
-----------
Comment out unused functions.

Modified Paths:
--------------
    trunk/src/view_file_icon.c
    trunk/src/view_file_list.c

Modified: trunk/src/view_file_icon.c
===================================================================
--- trunk/src/view_file_icon.c  2008-08-27 16:42:59 UTC (rev 1099)
+++ trunk/src/view_file_icon.c  2008-08-27 17:02:14 UTC (rev 1100)
@@ -1163,6 +1163,7 @@
                }
 }
 
+#if 0
 static void vficon_update_focus(ViewFile *vf)
 {
        gint new_row = 0;
@@ -1181,6 +1182,7 @@
 
        vficon_move_focus(vf, new_row, new_col, FALSE);
 }
+#endif
 
 /* used to figure the page up/down distances */
 static gint page_height(ViewFile *vf)

Modified: trunk/src/view_file_list.c
===================================================================
--- trunk/src/view_file_list.c  2008-08-27 16:42:59 UTC (rev 1099)
+++ trunk/src/view_file_list.c  2008-08-27 17:02:14 UTC (rev 1100)
@@ -110,7 +110,7 @@
 }
 
 
-/*
+#if 0
 static gint vflist_find_sidecar_list_idx(GList *work, FileData *fd)
 {
        gint i = 0;
@@ -134,7 +134,6 @@
                }
        return -1;
 }
-*/
 
 static gint vflist_sidecar_list_count(GList *work)
 {
@@ -154,6 +153,7 @@
                }
        return i;
 }
+#endif
 
 static gboolean vflist_store_clear_cb(GtkTreeModel *model, GtkTreePath *path, 
GtkTreeIter *iter, gpointer data)
 {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to