[devhelp/wip/swilmet/misc: 2/13] window: remove dead code



commit 17a60ca591d809f255a3b57d408a41efc798dcc6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Nov 15 15:14:36 2015 +0100

    window: remove dead code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758141

 src/dh-window.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 82e2f52..b65dca3 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -36,8 +36,6 @@
 #include "dh-settings.h"
 #include "gedit-close-button.h"
 
-#define TAB_WIDTH_N_CHARS 15
-
 typedef struct {
         GMenuModel     *gear_app_menu;
         GtkWidget      *hpaned;
@@ -1165,16 +1163,6 @@ on_search_entry_key_press (GtkEntry    *entry,
         return FALSE;
 }
 
-#if 0
-static void
-window_web_view_open_new_tab_cb (WebKitWebView *web_view,
-                                 const gchar   *location,
-                                 DhWindow      *window)
-{
-        window_open_new_tab (window, location);
-}
-#endif
-
 static void
 window_web_view_tab_accel_cb (GtkAccelGroup   *accel_group,
                               GObject         *object,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]