From 7f17b915db467ed1b49ce1b4a0bb7f36dc5cba85 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 25 Feb 2016 17:56:48 +0000 Subject: 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 --- src/Fl_Device.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/Fl_Device.cxx') 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; -- cgit v1.2.3