diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-08-20 04:54:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-20 04:54:36 +0800 |
commit | 581c7eb1504dd1b6c701319ca918d4e5899f70bc (patch) | |
tree | a750a34ea9d2ee9e35669e652b5d886cafc8e9f9 /src/ephy-notebook.c | |
parent | a2b0a05e5da83fc860e8c4b487463d01d4c23e12 (diff) | |
download | gsoc2013-epiphany-581c7eb1504dd1b6c701319ca918d4e5899f70bc.tar.gz gsoc2013-epiphany-581c7eb1504dd1b6c701319ca918d4e5899f70bc.tar.zst gsoc2013-epiphany-581c7eb1504dd1b6c701319ca918d4e5899f70bc.zip |
Remove cruft
svn path=/trunk/; revision=7285
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 9b6e04359..352d4518a 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -53,9 +53,6 @@ #define INSANE_NUMBER_OF_URLS 20 -/* Until https://bugzilla.mozilla.org/show_bug.cgi?id=296002 is fixed */ -#define KEEP_TAB_IN_SAME_TOPLEVEL - #define EPHY_NOTEBOOK_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_NOTEBOOK, EphyNotebookPrivate)) struct _EphyNotebookPrivate |