summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-10-07 06:12:33 +0000
committerManolo Gouy <Manolo>2016-10-07 06:12:33 +0000
commit0250b4af12b044158ea3921d3ca17e86f0756383 (patch)
treee9e3d939519cc2f402e0a6c9987a4f68a744814b /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
parent07f2fcd308b148b0e28a92a3a638d7b9ef8fd7b8 (diff)
Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_Driver::global_gc()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12019 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.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
index bd39ecf5f..cff7f1f2b 100644
--- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
+++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
@@ -52,10 +52,6 @@ GC Fl_Xlib_Graphics_Driver::gc_ = NULL;
*/
GC fl_gc = 0;
-void Fl_Xlib_Graphics_Driver::global_gc()
-{
-}
-
Fl_Xlib_Graphics_Driver::Fl_Xlib_Graphics_Driver(void) {
mask_bitmap_ = NULL;
p_size = 0;