From db7c8c10af2006f7f87b8e001262eb2ad513db49 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sat, 2 Jan 2016 16:28:41 +0300 Subject: remove unused #defines --- src/caja-notebook.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 #include -#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 -- cgit v1.2.1