[gtk+/wip/baedert/drawing: 75/142] scale: Remove draw_value vfunc



commit ed29b00d4e3dd5fcb1f8089a2709a78f04002e9e
Author: Timm Bäder <mail baedert org>
Date:   Sat May 13 19:15:40 2017 +0200

    scale: Remove draw_value vfunc
    
    Unused.

 gtk/gtkscale.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h
index 6fe2695..4e84309 100644
--- a/gtk/gtkscale.h
+++ b/gtk/gtkscale.h
@@ -62,8 +62,6 @@ struct _GtkScaleClass
   gchar* (* format_value) (GtkScale *scale,
                            gdouble   value);
 
-  void (* draw_value) (GtkScale *scale);
-
   void (* get_layout_offsets) (GtkScale *scale,
                                gint     *x,
                                gint     *y);


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