From 96a9196cbb71b7f8d5e3d98a92b2e59bb1b591a8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 Jan 2003 09:54:05 +0000 Subject: otk::Timer-ng!! thanks ManMower for this shizznit! --- otk/image.hh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'otk/image.hh') diff --git a/otk/image.hh b/otk/image.hh index d172a21e..225660cf 100644 --- a/otk/image.hh +++ b/otk/image.hh @@ -77,11 +77,10 @@ public: }; #endif - ImageControl(otk::TimerQueueManager *timermanager, - const otk::ScreenInfo *scrn, - bool _dither= False, int _cpc = 4, - unsigned long cache_timeout = 300000l, - unsigned long cmax = 200l); + ImageControl(const otk::ScreenInfo *scrn, + bool _dither= False, int _cpc = 4, + unsigned long cache_timeout = 300000l, + unsigned long cmax = 200l); virtual ~ImageControl(void); inline bool doDither(void) { return dither; } -- cgit v1.2.3