From 397a3b83bf431e8bd00bbfb3c34ba4813fc55152 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 15 Apr 2016 15:01:27 +0000 Subject: Move platform-dependent implementations of fl_clipboard_notify_changes() to the Fl_System_Driver class git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 0dc20f6b2..da4e627b9 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3352,10 +3352,6 @@ static int fl_selection_buffer_length[2]; extern void fl_trigger_clipboard_notify(int source); -void fl_clipboard_notify_change() { - // No need to do anything here... -} - static void clipboard_check(void) { static NSInteger oldcount = -1; -- cgit v1.2.3