]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/hslider.h
Move some more common slider code to the base class
[libs/gltk.git] / source / hslider.h
index 774c7369d418841d226afa833e3a9348ede6050a..f0cf8d3f74c4bcde906af010dda08cc237c318b1 100644 (file)
@@ -12,9 +12,6 @@ the current value of the widget.
 */
 class HSlider: public Slider
 {
-private:
-       unsigned slider_size;
-
 public:
        HSlider();