Removed useless extern void fl_restore_clip()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10335 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-09-23 10:48:36 +00:00
parent 43d26240b5
commit 186312db50

View File

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