summaryrefslogtreecommitdiff
path: root/gtk/compat.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-10 15:23:15 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-10 15:23:15 +0100
commit1922eb1e2a688c1927ab05436dec5043c31b8e78 (patch)
tree07bb31f551557701abd8ed01e93339e6cecdf2b8 /gtk/compat.c
parent98f8acdfe572cc9805b4bf492ca91e802e578ea1 (diff)
downloadnetsurf-1922eb1e2a688c1927ab05436dec5043c31b8e78.tar.gz
netsurf-1922eb1e2a688c1927ab05436dec5043c31b8e78.tar.bz2
remove no longer required gtk_dialog_get_action_area compatability interface
Diffstat (limited to 'gtk/compat.c')
-rw-r--r--gtk/compat.c9
1 files changed, 0 insertions, 9 deletions
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,