From cc57af841a11ee314efca6a434ff14bed51706e4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 17 Apr 2016 14:22:02 +0000 Subject: virtualizes fl_set_spot and fl_reset_spot git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index fe224206e..6de963cdf 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -147,14 +147,6 @@ static KeyScript_type KeyScript; /* fltk-utf8 placekeepers */ -void fl_reset_spot() -{ -} - -void fl_set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win) -{ -} - void fl_set_status(int x, int y, int w, int h) { } -- cgit v1.2.3