diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index b99b75de4..62961414f 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -209,7 +209,6 @@ enum NOTEBOOK_PROP, /* General */ - OPEN_IN_TABS_PROP, HOMEPAGE_ENTRY_PROP, /* Fonts and Colors */ @@ -247,7 +246,6 @@ EphyDialogProperty properties [] = { NOTEBOOK_PROP, "prefs_notebook", NULL, PT_NORMAL, NULL }, /* General */ - { OPEN_IN_TABS_PROP, "open_in_tabs_checkbutton", CONF_TABS_TABBED, PT_AUTOAPPLY, NULL }, { HOMEPAGE_ENTRY_PROP, "homepage_entry", CONF_GENERAL_HOMEPAGE, PT_AUTOAPPLY, NULL }, /* Fonts and Colors */ |