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:
parent
43d26240b5
commit
186312db50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user