summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-wm/muffin/files/patch-src_meta_prefs.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/muffin/files/patch-src_meta_prefs.h b/x11-wm/muffin/files/patch-src_meta_prefs.h
deleted file mode 100644
index 60eca494a..000000000
--- a/x11-wm/muffin/files/patch-src_meta_prefs.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/meta/prefs.h.orig 2014-03-31 10:09:49.951591487 +0000
-+++ src/meta/prefs.h 2014-03-31 10:10:29.806588931 +0000
-@@ -310,13 +310,13 @@
- */
- GSList *bindings;
-
-- /** for keybindings that can have shift or not like Alt+Tab */
-+ /* for keybindings that can have shift or not like Alt+Tab */
- gboolean add_shift:1;
-
-- /** for keybindings that apply only to a window */
-+ /* for keybindings that apply only to a window */
- gboolean per_window:1;
-
-- /** for keybindings not added with meta_display_add_keybinding() */
-+ /* for keybindings not added with meta_display_add_keybinding() */
- gboolean builtin:1;
- } MetaKeyPref;
-