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 /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | |
| 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 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx index ebaf0792b..76060a62c 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx @@ -27,9 +27,6 @@ #include <X11/extensions/Xrender.h> #endif - -const char *Fl_Xlib_Graphics_Driver::class_id = "Fl_Xlib_Graphics_Driver"; - /* Reference to the current graphics context For back-compatibility only. The preferred procedure to get this pointer is Fl_Surface_Device::surface()->driver()->gc(). |
