diff options
| author | Manolo Gouy <Manolo> | 2014-09-23 10:48:36 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-09-23 10:48:36 +0000 |
| commit | 186312db50f6fd2a2714111f6c7f4ce0ea4d2f06 (patch) | |
| tree | 06dce7debb5ffdef9d4563f09ecdb05f008892b0 | |
| parent | 43d26240b5f4d797caabb85b37a0fb9a129a1bc5 (diff) | |
Removed useless extern void fl_restore_clip()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10335 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 51371a23a..10691960d 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -227,7 +227,6 @@ void Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha(int x,int y,int w,int h,H DeleteDC(new_gc); } -extern void fl_restore_clip(); #elif defined(__APPLE_QUARTZ__) || defined(FL_DOXYGEN) @@ -347,7 +346,6 @@ void fl_end_offscreen() { /** @} */ -extern void fl_restore_clip(); #else # error unsupported platform |
