From 10640df78599565cf708590893ed822976498fe1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 12 May 2018 17:03:26 +0000 Subject: MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxx - continued git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12919 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index cd41b0ee6..a034239b9 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3019,27 +3019,6 @@ 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 *p, *q; - if (!name) return (0); - for ( p = q = name ; *p ; ) { - if ( ( p[0] == ':' ) && ( p[1] == ':' ) ) { - q = p+2; - p++; - } - else if (p[0] == '/') { - q = p + 1; - } - p++; - } - return q; -}*/ - - /* * set the window title bar name */ -- cgit v1.2.3