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_Graphics_Driver.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 365f1df5e..d8d0a8d5a 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -1,7 +1,7 @@ // // "$Id$" // -// implementation of Fl_Device class for the Fast Light Tool Kit (FLTK). +// implementation of Fl_Graphics_Driver class for the Fast Light Tool Kit (FLTK). // // Copyright 2010-2012 by Bill Spitzak and others. // @@ -22,8 +22,6 @@ #include #include -const char *Fl_Graphics_Driver::class_id = "Fl_Graphics_Driver"; - FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; // the current target device of graphics operations const Fl_Graphics_Driver::matrix Fl_Graphics_Driver::m0 = {1, 0, 0, 1, 0, 0}; -- cgit v1.2.3