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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/compat.h') 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); -- cgit v1.2.3