summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
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;