diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-04-17 14:45:25 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-04-17 14:45:25 +0000 |
| commit | 9ae4a99081237f94d47a480d41313dc65737bd98 (patch) | |
| tree | aefbe45f297640c084c2949ca3da2d936fef9a47 /src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H | |
| parent | cc57af841a11ee314efca6a434ff14bed51706e4 (diff) | |
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H index 8f6dc79a6..3c4d6352a 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H @@ -39,7 +39,6 @@ protected: // CGContextRef gc_; public: // virtual int has_feature(driver_feature mask) { return mask & NATIVE; } - // virtual void gc(void *ctxt) {if (ctxt != gc_) global_gc(); gc_ = (CGContextRef)ctxt; } // virtual void *gc() {return gc_;} // char can_do_alpha_blending(); // |
