diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-05 12:09:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-05 12:10:21 -0500 |
commit | c83ab24237783b7224262889d7272432fd662fd9 (patch) | |
tree | 79b95a472a9625911f68bd688637ac616f29ea38 /gtk/Makefile.am | |
parent | 830b6f10a1e7f9709006a6f16f5168f8d460308b (diff) | |
download | gtk+-c83ab24237783b7224262889d7272432fd662fd9.tar.gz |
Remove GtkShortcutsGesture
The gesture functionality was taken over by GtkShortcutsShortcut,
so this widget is no longer needed, and it never was in a stable
release, so lets get rid of it.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 14981733bb..f56aa573d4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -272,7 +272,6 @@ gtk_public_h_sources = \ gtkseparatormenuitem.h \ gtkseparatortoolitem.h \ gtksettings.h \ - gtkshortcutsgesture.h \ gtkshortcutsgroup.h \ gtkshortcutssection.h \ gtkshortcutsshortcut.h \ @@ -827,7 +826,6 @@ gtk_base_c_sources = \ gtkseparatormenuitem.c \ gtkseparatortoolitem.c \ gtksettings.c \ - gtkshortcutsgesture.c \ gtkshortcutsgroup.c \ gtkshortcutlabel.c \ gtkshortcutsshortcut.c \ |