diff options
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 |