X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fclockwidget.h;h=e822b89cf56452b2b3fe1614e3bf9ced2343c711;hb=fa87851948ddc1908cfe6833aef08f582a7fb8fc;hp=10c62bc9237a7df89e8977c8dfdefaba2245b8d5;hpb=abed4a255060d5a233ec0ac2dd60af9132e29201;p=r2c2.git diff --git a/source/engineer/clockwidget.h b/source/engineer/clockwidget.h index 10c62bc..e822b89 100644 --- a/source/engineer/clockwidget.h +++ b/source/engineer/clockwidget.h @@ -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; };