diff options
author | Monsta <[email protected]> | 2016-01-02 16:28:41 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 16:28:41 +0300 |
commit | db7c8c10af2006f7f87b8e001262eb2ad513db49 (patch) | |
tree | 519c5fa0a621cbb378ea8b9bb8431541af5bca1a /src/caja-notebook.c | |
parent | 2e4ced0b5fbf3cd5b09ccc74023c946df64fcace (diff) | |
download | caja-db7c8c10af2006f7f87b8e001262eb2ad513db49.tar.bz2 caja-db7c8c10af2006f7f87b8e001262eb2ad513db49.tar.xz |
remove unused #defines
Diffstat (limited to 'src/caja-notebook.c')
-rw-r--r-- | src/caja-notebook.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-notebook.c b/src/caja-notebook.c index a520a4a4..b5b6420e 100644 --- a/src/caja-notebook.c +++ b/src/caja-notebook.c @@ -38,13 +38,9 @@ #include <gio/gio.h> #include <gtk/gtk.h> -#define TAB_WIDTH_N_CHARS 15 - #define AFTER_ALL_TABS -1 #define NOT_IN_APP_WINDOWS -2 -#define INSANE_NUMBER_OF_URLS 20 - #if GTK_CHECK_VERSION (3, 0, 0) #define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) #endif |