From aba87e8bb072e39aafd2e4b8eb24e18226d285a4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 12 May 2018 17:01:33 +0000 Subject: MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index aec94e248..cd41b0ee6 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3022,7 +3022,7 @@ void Fl_Cocoa_Window_Driver::wait_for_expose() /* * returns pointer to the filename, or null if name ends with ':' */ -const char *Fl_Darwin_System_Driver::filename_name( const char *name ) +/*const char *Fl_Darwin_System_Driver::filename_name( const char *name ) { const char *p, *q; if (!name) return (0); @@ -3037,7 +3037,7 @@ const char *Fl_Darwin_System_Driver::filename_name( const char *name ) p++; } return q; -} +}*/ /* -- cgit v1.2.3