[Xfce4-commits] <ristretto:master> Remove unused function rstto_window_open_image_timer

Stephan Arts noreply at xfce.org
Sun Nov 13 23:18:05 CET 2011


Updating branch refs/heads/master
         to 813c2cde1312e007c8c8aa57f9ed3a8625b72ac7 (commit)
       from 9761249e25a0042974a06ab60a082c462c6eaef9 (commit)

commit 813c2cde1312e007c8c8aa57f9ed3a8625b72ac7
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Nov 11 23:35:32 2011 +0100

    Remove unused function rstto_window_open_image_timer

 src/main_window.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index 1d4595b..e8e2742 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -70,7 +70,6 @@ struct _RsttoMainWindowPriv
 
     guint show_fs_toolbar_timeout_id;
     gint window_save_geometry_timer_id;
-    gint open_image_timer_id;
     
     gboolean fs_toolbar_sticky;
 
@@ -142,8 +141,6 @@ key_press_event (
 static gboolean
 rstto_window_save_geometry_timer (gpointer user_data);
 
-static gboolean
-rstto_window_open_image_timer(gpointer user_data);
 static void
 rstto_main_window_image_list_iter_changed (RsttoMainWindow *window);
 
@@ -1601,14 +1598,6 @@ rstto_window_save_geometry_timer (gpointer user_data)
     return FALSE;
 }
 
-static gboolean
-rstto_window_open_image_timer (gpointer user_data)
-{
-    RsttoMainWindow *window = RSTTO_MAIN_WINDOW (user_data);
-    window->priv->open_image_timer_id = 0;
-    return FALSE;
-}
-
 static void
 rstto_main_window_set_navigationbar_position (RsttoMainWindow *window, guint orientation)
 {


More information about the Xfce4-commits mailing list