summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-01 12:17:53 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-19 12:51:09 -0500
commit33aaf26dd5950dc7d5a9d0fa2535a5068c53bebb (patch)
treeeefa15be5fe097372406da618ddf6bfa6412b580 /gtk/gtk.h
parentacbda8219981217dfdae3d1fee5facfcb38c61d5 (diff)
downloadgtk+-33aaf26dd5950dc7d5a9d0fa2535a5068c53bebb.tar.gz
Drop GtkApplicationMenuButton for now
This feels premature; we do have the fallback situation covered adaequately with the menubar, and people can do their own creative solutions with gtk_application_window_get_menu(), so we don't have to offer a widget for this right now.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 5849569d13..0668636fc0 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -45,7 +45,6 @@
#include <gtk/gtkappchooserwidget.h>
#include <gtk/gtkappchooserbutton.h>
#include <gtk/gtkapplication.h>
-#include <gtk/gtkapplicationmenubutton.h>
#include <gtk/gtkapplicationwindow.h>
#include <gtk/gtkarrow.h>
#include <gtk/gtkaspectframe.h>