container: GtkActionBar is not a special container anymore

This commit is contained in:
Timm Bäder
2017-05-14 08:58:03 +02:00
parent 5ee2bda740
commit 00cd1d5c3f

View File

@@ -59,7 +59,6 @@
* of forall().
*/
#define SPECIAL_CONTAINER(x) (GTK_IS_ASSISTANT (x) || \
GTK_IS_ACTION_BAR (x) || \
GTK_IS_POPOVER_MENU (x) || \
GTK_IS_SHORTCUTS_SECTION (x) || \
GTK_IS_SHORTCUTS_WINDOW (x))