diff options
| author | Manolo Gouy <Manolo> | 2016-02-25 17:56:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-25 17:56:48 +0000 |
| commit | 7f17b915db467ed1b49ce1b4a0bb7f36dc5cba85 (patch) | |
| tree | 667444a3146af11c9ef253f906ec5b39f8342bbc /FL/Fl_Image_Surface.H | |
| parent | 31793cbdba8e318350c5ed11b06d5a678eb15608 (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 'FL/Fl_Image_Surface.H')
| -rw-r--r-- | FL/Fl_Image_Surface.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H index 4b05db72e..878dffe22 100644 --- a/FL/Fl_Image_Surface.H +++ b/FL/Fl_Image_Surface.H @@ -63,8 +63,6 @@ private: Window pre_window; #endif public: - static const char *class_id; - const char *class_name() {return class_id;}; Fl_Image_Surface(int w, int h, int highres = 0); ~Fl_Image_Surface(); void set_current(); @@ -78,8 +76,6 @@ public: /* Mac class to implement translate()/untranslate() for a flipped bitmap graphics context */ class FL_EXPORT Fl_Quartz_Flipped_Surface_ : public Fl_Quartz_Surface_ { public: - static const char *class_id; - const char *class_name() {return class_id;}; Fl_Quartz_Flipped_Surface_(int w, int h); void translate(int x, int y); void untranslate(); |
