[gtk+/wip/baedert/drawing: 180/396] scale: Remove draw_value vfunc



commit 5ed2d40d40132685f944b53533c32ac72fe5d03b
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]