summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-24 05:59:35 +0000
committerManolo Gouy <Manolo>2016-03-24 05:59:35 +0000
commit6e141d14dfe367098d233a99d55221f357cbb684 (patch)
tree24dd0e8758626e7c0e337042be25a51314a050b2 /FL/mac.H
parent2543075ea0c4c7ee57b8a427c997fd435265fab9 (diff)
Fix the "bizarre makefile build error" due to double declarations of fl_clip_region(Fl_Region).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11416 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index da8cf24de..a42109c18 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -215,7 +215,6 @@ extern CGContextRef fl_gc;
extern Window fl_xid(const Fl_Window*);
extern Fl_Window* fl_find(Window xid);
-void fl_clip_region(Fl_Region);
extern Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data);
extern Fl_Bitmask fl_create_alphamask(int w, int h, int d, int ld, const uchar *data);