diff options
-rw-r--r-- | dw/fltkviewbase.cc | 26 | ||||
-rw-r--r-- | dw/fltkviewbase.hh | 2 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc index 95b655dd..689868f6 100644 --- a/dw/fltkviewbase.cc +++ b/dw/fltkviewbase.cc @@ -329,29 +329,6 @@ void FltkViewBase::setCursor (core::style::Cursor cursor) FL_CURSOR_HELP }; - /* - static char *cursorName[] = { - "CURSOR_CROSS", - "CURSOR_DEFAULT", - "CURSOR_HAND", - "CURSOR_MOVE", - "CURSOR_WE", - "CURSOR_NESW", - "CURSOR_NWSE", - "CURSOR_NS", - "CURSOR_NWSE", - "CURSOR_NESW", - "CURSOR_NS", - "CURSOR_WE", - "CURSOR_INSERT", - "CURSOR_WAIT", - "CURSOR_HELP" - }; - - MSG("Cursor changes to '%s'.\n", cursorName[cursor]); - */ - - /** \bug Does not work */ fl_cursor (mapDwToFltk[cursor]); } @@ -546,9 +523,6 @@ FltkWidgetView::~FltkWidgetView () { } -void FltkWidgetView::layout () { -} - void FltkWidgetView::drawText (core::style::Font *font, core::style::Color *color, core::style::Color::Shading shading, diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index b1b6c4ab..03cf26d8 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -112,8 +112,6 @@ public: FltkWidgetView (int x, int y, int w, int h, const char *label = 0); ~FltkWidgetView (); - void layout(); - void drawText (core::style::Font *font, core::style::Color *color, core::style::Color::Shading shading, |