summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-09-19 16:40:16 +0000
committercorvid <devnull@localhost>2014-09-19 16:40:16 +0000
commitcd372be378c5f73894d309378ac12985565dad6d (patch)
tree9d7c946d6c2dba17983bb0d96058feb984b280c8
parentb968c298957c20d28908b7050708807049f9fccb (diff)
rm Fl_Printer stub
thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010231.html
-rw-r--r--dw/fltkplatform.cc9
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;