diff options
author | corvid <devnull@localhost> | 2014-09-19 16:40:16 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-09-19 16:40:16 +0000 |
commit | cd372be378c5f73894d309378ac12985565dad6d (patch) | |
tree | 9d7c946d6c2dba17983bb0d96058feb984b280c8 /dw | |
parent | b968c298957c20d28908b7050708807049f9fccb (diff) |
rm Fl_Printer stub
thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010231.html
Diffstat (limited to 'dw')
-rw-r--r-- | dw/fltkplatform.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 9f51eba2..2fc7ff41 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -33,15 +33,6 @@ * Local data */ -/* Use of Fl_Text_Display links in a lot of printer code that we don't have - * any need for currently. This stub prevents that. */ -class FL_EXPORT Fl_Printer : public Fl_Paged_Device { -public: - static const char *class_id; - Fl_Printer(void) {}; -}; -const char *Fl_Printer::class_id = "Fl_Printer"; - /* Tooltips */ static Fl_Menu_Window *tt_window = NULL; static int in_tooltip = 0, req_tooltip = 0; |