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
This commit is contained in:
Manolo Gouy 2016-10-07 06:12:33 +00:00
parent 07f2fcd308
commit 0250b4af12
2 changed files with 0 additions and 6 deletions

View File

@ -157,8 +157,6 @@ protected:
virtual const char *font_name(int num);
virtual void font_name(int num, const char *name);
virtual Fl_Font set_fonts(const char* xstarname);
protected:
virtual void global_gc();
};

View File

@ -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;