summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-06 22:48:12 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-06 22:48:12 +0300
commitd2b13461b5397dcc6e6bcb0e87a9b9fa0716a1a5 (patch)
tree36443095cf7bc1a9e8fc892611ffeb68b3d25aea
parent72d1c6a6b9a85391444bb5ff8c5de1e3aabd3fd9 (diff)
downloadmetacity-d2b13461b5397dcc6e6bcb0e87a9b9fa0716a1a5.tar.gz
remove option to attach modal dialogs
This was added only to add support for metacity theme format version 3.2.
-rw-r--r--src/core/prefs.c8
-rw-r--r--src/org.gnome.metacity.gschema.xml.in9
2 files changed, 0 insertions, 17 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index ea16c04d..7065c27b 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -260,14 +260,6 @@ static MetaEnumPreference preferences_enum[] =
static MetaBoolPreference preferences_bool[] =
{
{
- { "attach-modal-dialogs",
- SCHEMA_METACITY,
- META_PREF_ATTACH_MODAL_DIALOGS
- },
- &attach_modal_dialogs,
- TRUE,
- },
- {
{ "raise-on-click",
SCHEMA_GENERAL,
META_PREF_RAISE_ON_CLICK,
diff --git a/src/org.gnome.metacity.gschema.xml.in b/src/org.gnome.metacity.gschema.xml.in
index a19db9b1..6b4eb0d7 100644
--- a/src/org.gnome.metacity.gschema.xml.in
+++ b/src/org.gnome.metacity.gschema.xml.in
@@ -10,15 +10,6 @@
<schema id="org.gnome.metacity" path="/org/gnome/metacity/"
gettext-domain="@GETTEXT_PACKAGE@">
- <key name="attach-modal-dialogs" type="b">
- <default>false</default>
- <_summary>Attach modal dialogs</_summary>
- <_description>
- When true, instead of having independent titlebars, modal dialogs
- appear attached to the titlebar of the parent window and are moved
- together with the parent window.
- </_description>
- </key>
<key name="compositing-manager" type="b">
<default>true</default>
<_summary>Compositing Manager</_summary>