[gtk+] widgetpath: Remove bad function prototypes



commit 6d29c1db92ae36582955819ae4d927afc9abd9a0
Author: Garrett Regier <garrettregier gmail com>
Date:   Fri Sep 11 09:45:32 2015 -0700

    widgetpath: Remove bad function prototypes

 gtk/gtkwidgetpath.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h
index 365c343..bd86434 100644
--- a/gtk/gtkwidgetpath.h
+++ b/gtk/gtkwidgetpath.h
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]