Revision: 1511
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1511&view=rev
Author:   zas_
Date:     2009-03-11 22:28:37 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
Remove useless functions.

Modified Paths:
--------------
    trunk/src/layout.c
    trunk/src/layout.h

Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c  2009-03-11 21:54:54 UTC (rev 1510)
+++ trunk/src/layout.c  2009-03-11 22:28:37 UTC (rev 1511)
@@ -1900,13 +1900,6 @@
                }
 }
 
-gint layout_toolbar_hidden(LayoutWindow *lw)
-{
-       if (!layout_valid(&lw)) return TRUE;
-
-       return lw->options.toolbar_hidden;
-}
-
 void layout_info_pixel_toggle(LayoutWindow *lw)
 {
        GtkWidget *frame;
@@ -1927,13 +1920,6 @@
                }
 }
 
-gint layout_info_pixel_hidden(LayoutWindow *lw)
-{
-       if (!layout_valid(&lw)) return TRUE;
-
-       return lw->options.info_pixel_hidden;
-}
-
 /*
  *-----------------------------------------------------------------------------
  * base

Modified: trunk/src/layout.h
===================================================================
--- trunk/src/layout.h  2009-03-11 21:54:54 UTC (rev 1510)
+++ trunk/src/layout.h  2009-03-11 22:28:37 UTC (rev 1511)
@@ -100,9 +100,7 @@
 
 
 void layout_toolbar_toggle(LayoutWindow *lw);
-gint layout_toolbar_hidden(LayoutWindow *lw);
 void layout_info_pixel_toggle(LayoutWindow *lw);
-gint layout_info_pixel_hidden(LayoutWindow *lw);
 
 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode);
 


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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to