aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-16 22:27:20 +0200
committerjcid <devnull@localhost>2008-10-16 22:27:20 +0200
commit36e48830d7f7bf8685d21d3ce754424097e169ed (patch)
treec5b1cb821a06c09c9a81820df63ed1625da7d86a /dw/fltkviewbase.hh
parent82df84b16d1bb7d69bf72cf07d000c689488f50d (diff)
- Unused code cleanup.
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index fcc2b43d..4c1f98d8 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -21,13 +21,9 @@ private:
static ::fltk::Image *backBuffer;
static bool backBufferInUse;
- void drawRectangle (const core::Rectangle *rect, bool doubleBuffer);
+ void draw (const core::Rectangle *rect, bool doubleBuffer);
void drawChildWidgets ();
-public:
- time_t lastDraw;
- time_t drawDelay;
-
protected:
core::Layout *theLayout;
int canvasWidth, canvasHeight;
@@ -54,7 +50,6 @@ public:
void finishDrawing (core::Rectangle *area);
void queueDraw (core::Rectangle *area);
void queueDrawTotal ();
- void drawTotal ();
void cancelQueueDraw ();
void drawPoint (core::style::Color *color,
core::style::Color::Shading shading,