summaryrefslogtreecommitdiff
path: root/gtk/compat.h
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.h
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.h')
-rw-r--r--gtk/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/compat.h b/gtk/compat.h
index eeeeac4c0..a5fd33ce8 100644
--- a/gtk/compat.h
+++ b/gtk/compat.h
@@ -177,7 +177,6 @@ gulong nsgtk_connect_draw_event(GtkWidget *widget, GCallback callback, gpointer
void nsgdk_cursor_unref(GdkCursor *cursor);
void nsgtk_widget_modify_font(GtkWidget *widget, PangoFontDescription *font_desc);
GdkWindow *nsgtk_widget_get_window(GtkWidget *widget);
-GtkWidget *nsgtk_dialog_get_action_area(GtkDialog *dialog);
GtkWidget *nsgtk_dialog_get_content_area(GtkDialog *dialog);
gboolean nsgtk_show_uri(GdkScreen *screen, const gchar *uri, guint32 timestamp, GError **error);
GdkWindow *nsgtk_layout_get_bin_window(GtkLayout *layout);