diff options
author | monsta <[email protected]> | 2016-08-21 03:29:50 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-22 16:40:21 +0300 |
commit | 3c6122df79f4d6e86d7afa0e6c4b64403de7bc44 (patch) | |
tree | bd06579cadb62b290fb983f61a02e4dedb3f64b1 /src/caja-navigation-window.c | |
parent | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (diff) | |
download | caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.bz2 caja-3c6122df79f4d6e86d7afa0e6c4b64403de7bc44.tar.xz |
drop a large amount of completely unused code
Diffstat (limited to 'src/caja-navigation-window.c')
-rw-r--r-- | src/caja-navigation-window.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/caja-navigation-window.c b/src/caja-navigation-window.c index 8c1db6a8..5d0fdf47 100644 --- a/src/caja-navigation-window.c +++ b/src/caja-navigation-window.c @@ -69,26 +69,10 @@ #include <math.h> #include <sys/time.h> - -/* FIXME bugzilla.gnome.org 41243: - * We should use inheritance instead of these special cases - * for the desktop window. - */ -#include "caja-desktop-window.h" - #define MAX_TITLE_LENGTH 180 #define MENU_PATH_BOOKMARKS_PLACEHOLDER "/MenuBar/Other Menus/Bookmarks/Bookmarks Placeholder" -enum -{ - ARG_0, - ARG_APP_ID, - ARG_APP -}; - - - /* Forward and back buttons on the mouse */ static gboolean mouse_extra_buttons = TRUE; static int mouse_forward_button = 9; |