diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/prefs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c index 048b738a..b5f9f7e3 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -335,12 +335,6 @@ static MetaEnumPreference preferences_enum[] = static MetaBoolPreference preferences_bool[] = { - { "attach-modal-dialogs", - KEY_GENERAL_SCHEMA, - META_PREF_ATTACH_MODAL_DIALOGS, - &attach_modal_dialogs, - TRUE, - }, { "raise-on-click", KEY_GENERAL_SCHEMA, META_PREF_RAISE_ON_CLICK, |