diff options
author | Victor Kareh <[email protected]> | 2018-08-28 18:51:49 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2018-08-28 18:51:49 -0400 |
commit | cb9a1be4e7d324be0ec58b1783f72783e1a8f576 (patch) | |
tree | 7426518100bf60c5b4fe5df1a55b35a1a0c93218 /src/core | |
parent | 5418b4087150a0b72fa86a8fdea706e66dc908d2 (diff) | |
download | marco-cb9a1be4e7d324be0ec58b1783f72783e1a8f576.tar.bz2 marco-cb9a1be4e7d324be0ec58b1783f72783e1a8f576.tar.xz |
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
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, |