widgetpath: Remove bad function prototypes

This commit is contained in:
Garrett Regier 2015-09-11 09:45:32 -07:00
parent f92c861eec
commit 6d29c1db92

View File

@ -107,18 +107,10 @@ GDK_AVAILABLE_IN_ALL
void gtk_widget_path_iter_add_class (GtkWidgetPath *path,
gint pos,
const gchar *name);
GDK_AVAILABLE_IN_3_18
void gtk_widget_path_iter_add_qclass (GtkWidgetPath *path,
gint pos,
GQuark qname);
GDK_AVAILABLE_IN_ALL
void gtk_widget_path_iter_remove_class (GtkWidgetPath *path,
gint pos,
const gchar *name);
GDK_AVAILABLE_IN_3_18
void gtk_widget_path_iter_remove_qclass (GtkWidgetPath *path,
gint pos,
GQuark qname);
GDK_AVAILABLE_IN_ALL
void gtk_widget_path_iter_clear_classes (GtkWidgetPath *path,
gint pos);