diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index bd3de4f3..7c8bd366 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -62,7 +62,6 @@ class FltkTooltip: public core::style::Tooltip private: FltkTooltip (const char *text); ~FltkTooltip (); - char *escaped_str; public: static FltkTooltip *create(const char *text); static void cancel(); |