summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/caja-notebook.c4
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