[gtk+/wip/baedert/box: 4/29] range: Remove unused class struct members



commit 272ac651e6a114c92cccba1de0b495358cd49fc3
Author: Timm Bäder <mail baedert org>
Date:   Fri Oct 14 21:35:26 2016 +0200

    range: Remove unused class struct members

 gtk/gtkrange.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkrange.h b/gtk/gtkrange.h
index 161757d..856d63c 100644
--- a/gtk/gtkrange.h
+++ b/gtk/gtkrange.h
@@ -58,10 +58,6 @@ struct _GtkRangeClass
 {
   GtkWidgetClass parent_class;
 
-  /* what detail to pass to GTK drawing functions */
-  G_GNUC_DEPRECATED gchar *slider_detail;
-  G_GNUC_DEPRECATED gchar *stepper_detail;
-
   void (* value_changed)    (GtkRange     *range);
   void (* adjust_bounds)    (GtkRange     *range,
                              gdouble      new_value);


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