summaryrefslogtreecommitdiff
path: root/gtk/compat.c
diff options
context:
space:
mode:
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,