Revision: 1707
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1707&view=rev
Author:   zas_
Date:     2009-05-14 20:45:34 +0000 (Thu, 14 May 2009)

Log Message:
-----------
Fix up unused variables warnings.

Modified Paths:
--------------
    trunk/src/pan-view.c
    trunk/src/view_file.c

Modified: trunk/src/pan-view.c
===================================================================
--- trunk/src/pan-view.c        2009-05-14 20:32:14 UTC (rev 1706)
+++ trunk/src/pan-view.c        2009-05-14 20:45:34 UTC (rev 1707)
@@ -1430,13 +1430,16 @@
 
 static void pan_info_add_exif(PanTextAlignment *ta, FileData *fd)
 {
-       GList *work;
-       gint i;
 
        if (!fd) return;
 
        pan_text_alignment_add(ta, NULL, NULL);
 #if 0
+       {
+       GList *work;
+       gint i;
+
+
        for (i = 0; ExifUIList[i].key; i++)
                {
                gchar *label;
@@ -1480,6 +1483,7 @@
                        g_free(text);
                        }
                }
+       }
 #endif
 }
 

Modified: trunk/src/view_file.c
===================================================================
--- trunk/src/view_file.c       2009-05-14 20:32:14 UTC (rev 1706)
+++ trunk/src/view_file.c       2009-05-14 20:45:34 UTC (rev 1707)
@@ -865,7 +865,6 @@
 static gboolean vf_thumb_next(ViewFile *vf)
 {
        FileData *fd = NULL;
-       gint ret;
 
        if (!GTK_WIDGET_REALIZED(vf->listview))
                {


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to