diff options
Diffstat (limited to 'e-util/gtk-compat.h')
-rw-r--r-- | e-util/gtk-compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/gtk-compat.h b/e-util/gtk-compat.h index 6b93eed320..2b96d9c4b2 100644 --- a/e-util/gtk-compat.h +++ b/e-util/gtk-compat.h @@ -14,7 +14,6 @@ #define gdk_drag_context_get_suggested_action(context) (context)->suggested_action #define gdk_drag_context_get_selected_action(context) (context)->action #define gdk_drag_context_list_targets(context) (context)->targets -#define gdk_visual_get_depth(visual) (visual)->depth #define gtk_accessible_get_widget(accessible) \ (GTK_ACCESSIBLE (accessible)->widget) |