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

commit 813c2cde1312e007c8c8aa57f9ed3a8625b72ac7
Author: Stephan Arts <[email protected]>
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)
 {
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to