summaryrefslogtreecommitdiff
path: root/src/Fl_Device.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_Device.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_Device.cxx')
-rw-r--r--src/Fl_Device.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index 67a9b4256..7a2b9bca5 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -23,8 +23,7 @@
/* Attempt at an inheritance diagram.
- Fl_Device: base class for the core device systems
- |
+
+- Fl_Surface_Device: any kind of surface that we can draw onto -> uses an Fl_Graphics_Driver
|
+- Fl_Display_Device: some kind of video device
@@ -38,7 +37,7 @@
+- Fl_PostScript_File_Device
|
+- Fl_PostScript_Printer
- |
+
+- Fl_Graphics_Driver
|
+- Fl_..._Graphics_Driver: platform specific graphics driver
@@ -49,10 +48,6 @@ TODO:
*/
-const char *Fl_Device::class_id = "Fl_Device";
-const char *Fl_Surface_Device::class_id = "Fl_Surface_Device";
-const char *Fl_Display_Device::class_id = "Fl_Display_Device";
-
bool Fl_Display_Device::high_res_window_ = false;