diff options
author | monsta <[email protected]> | 2016-01-26 13:15:11 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-26 13:15:11 +0300 |
commit | 5a346bff46de02cd2e9641fc4c72ef5d6b067d66 (patch) | |
tree | 3d30eeb34c03242853f2ba2e59ecbbfd4d172f1f /src/caja-bookmark-list.c | |
parent | 6b552f7968a844990a1b920da01d8dafc5cc0c33 (diff) | |
download | caja-5a346bff46de02cd2e9641fc4c72ef5d6b067d66.tar.bz2 caja-5a346bff46de02cd2e9641fc4c72ef5d6b067d66.tar.xz |
remove some unused/unneeded stuff
Diffstat (limited to 'src/caja-bookmark-list.c')
-rw-r--r-- | src/caja-bookmark-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-bookmark-list.c b/src/caja-bookmark-list.c index c0976396..8aac12da 100644 --- a/src/caja-bookmark-list.c +++ b/src/caja-bookmark-list.c @@ -35,7 +35,6 @@ #include <gio/gio.h> #include <string.h> -#define MAX_BOOKMARK_LENGTH 80 #define LOAD_JOB 1 #define SAVE_JOB 2 |