From 7f17b915db467ed1b49ce1b4a0bb7f36dc5cba85 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 25 Feb 2016 17:56:48 +0000 Subject: 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 --- FL/Fl_PostScript.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 0c52be73b..fbb2b78c4 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -71,8 +71,6 @@ protected: uchar **mask_bitmap() {return &mask;} void mask_bitmap(uchar **value) { } public: - static const char *class_id; - const char *class_name() {return class_id;}; Fl_PostScript_Graphics_Driver(); #ifndef FL_DOXYGEN enum SHAPE{NONE=0, LINE, LOOP, POLYGON, POINTS}; @@ -239,8 +237,6 @@ class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device { protected: Fl_PostScript_Graphics_Driver *driver(); public: - static const char *class_id; - const char *class_name() {return class_id;}; Fl_PostScript_File_Device(); ~Fl_PostScript_File_Device(); int start_job(int pagecount, int* from, int* to); -- cgit v1.2.3