summaryrefslogtreecommitdiff
path: root/src/Fl_Printer.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-25 17:56:48 +0000
committerManolo Gouy <Manolo>2016-02-25 17:56:48 +0000
commit7f17b915db467ed1b49ce1b4a0bb7f36dc5cba85 (patch)
tree667444a3146af11c9ef253f906ec5b39f8342bbc /src/Fl_Printer.cxx
parent31793cbdba8e318350c5ed11b06d5a678eb15608 (diff)
Remove the useless pseudo run-time type information supported by the Fl_Device class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11217 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Printer.cxx')
-rw-r--r--src/Fl_Printer.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Fl_Printer.cxx b/src/Fl_Printer.cxx
index 92ddbfafc..4b559a2d2 100644
--- a/src/Fl_Printer.cxx
+++ b/src/Fl_Printer.cxx
@@ -19,8 +19,6 @@
#include <FL/Fl_Printer.H>
-const char *Fl_Printer::class_id = "Fl_Printer";
-
#ifdef NO_PRINT_SUPPORT
Fl_Printer::Fl_Printer(void) {
@@ -116,16 +114,6 @@ const char *Fl_Printer::property_save = "Save";
/** [this text may be customized at run-time] */
const char *Fl_Printer::property_cancel = "Cancel";
-#if defined(__APPLE__) || defined(WIN32) || defined(FL_DOXYGEN) // PORTME: Fl_Screen_Driver - platform printing
-const char *Fl_System_Printer::class_id = Fl_Printer::class_id;
-#endif
-#if defined(__APPLE__) || defined(WIN32)
-#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: implement the printer device specifics"
-#else
-const char *Fl_PostScript_Printer::class_id = Fl_Printer::class_id;
-#endif
-
#if defined(__APPLE__) || defined(WIN32) // PORTME: Fl_Screen_Driver - platform printing
void Fl_System_Printer::origin(int *x, int *y)