From cd372be378c5f73894d309378ac12985565dad6d Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 19 Sep 2014 16:40:16 +0000 Subject: rm Fl_Printer stub thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010231.html --- dw/fltkplatform.cc | 9 --------- 1 file changed, 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; -- cgit v1.2.3