summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-25 15:04:21 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-26 00:41:23 +0100
commit90771f8641d69ad8802484718adc871abe62b220 (patch)
tree1a15793b293de1bb881baf0a922e19071689fbfa
parent3d1b018412c10896303d75b3daef8429a594a128 (diff)
downloadnautilus-90771f8641d69ad8802484718adc871abe62b220.tar.gz
window-slot: remove unneeded constant
-rw-r--r--src/nautilus-window-slot.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index d005eee6d..f6cc5c259 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -746,13 +746,6 @@ nautilus_window_slot_init (NautilusWindowSlot *slot)
*/
#include "nautilus-desktop-window.h"
-/* This number controls a maximum character count for a URL that is
- * displayed as part of a dialog. It's fairly arbitrary -- big enough
- * to allow most "normal" URIs to display in full, but small enough to
- * prevent the dialog from getting insanely wide.
- */
-#define MAX_URI_IN_DIALOG_LENGTH 60
-
static void begin_location_change (NautilusWindowSlot *slot,
GFile *location,
GFile *previous_location,