]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/clockwidget.h
Better graphics for the clock
[r2c2.git] / source / engineer / clockwidget.h
index 10c62bc9237a7df89e8977c8dfdefaba2245b8d5..e822b89cf56452b2b3fe1614e3bf9ced2343c711 100644 (file)
@@ -17,7 +17,6 @@ public:
        virtual const char *get_class() const { return "clock"; }
 
 private:
-       virtual void autosize_special(const Msp::GLtk::Part &, Msp::GLtk::Geometry &) const;
        virtual void rebuild_special(const Msp::GLtk::Part &);
        virtual void render_special(const Msp::GLtk::Part &, Msp::GL::Renderer &) const;
 };