From 1922eb1e2a688c1927ab05436dec5043c31b8e78 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 10 Apr 2015 15:23:15 +0100 Subject: remove no longer required gtk_dialog_get_action_area compatability interface --- gtk/compat.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gtk/compat.c') diff --git a/gtk/compat.c b/gtk/compat.c index f65f3acc7..c00e7b3fe 100644 --- a/gtk/compat.c +++ b/gtk/compat.c @@ -377,15 +377,6 @@ GtkWidget *nsgtk_dialog_get_content_area(GtkDialog *dialog) #endif } -GtkWidget *nsgtk_dialog_get_action_area(GtkDialog *dialog) -{ -#if GTK_CHECK_VERSION(2,14,0) - return gtk_dialog_get_action_area(dialog); -#else - return dialog->action_area; -#endif -} - gboolean nsgtk_show_uri(GdkScreen *screen, const gchar *uri, guint32 timestamp, -- cgit v1.2.3