From cb9a1be4e7d324be0ec58b1783f72783e1a8f576 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 28 Aug 2018 18:51:49 -0400 Subject: remove option to attach modal dialogs This was added only to add support for metacity theme format version 3.2. Adapted from metacity for marco origin commit: https://gitlab.gnome.org/GNOME/metacity/commit/d2b13461 --- src/core/prefs.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core') 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, -- cgit v1.2.1