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
This commit is contained in:
Manolo Gouy
2016-02-25 17:56:48 +00:00
parent 31793cbdba
commit 7f17b915db
28 changed files with 18 additions and 147 deletions
-2
View File
@@ -113,8 +113,6 @@ protected:
public:
/** \brief The destructor */
virtual ~Fl_Paged_Device() {};
static const char *class_id;
const char *class_name() {return class_id;};
virtual int start_job(int pagecount, int *frompage = NULL, int *topage = NULL);
virtual int start_page(void);
virtual int printable_rect(int *w, int *h);