summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-05-12 17:03:26 +0000
committerManolo Gouy <Manolo>2018-05-12 17:03:26 +0000
commit10640df78599565cf708590893ed822976498fe1 (patch)
tree3bcc60494adfb9f27a46bdeae67a9ec3afa8f4e6 /src
parentaba87e8bb072e39aafd2e4b8eb24e18226d285a4 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Fl_cocoa.mm21
1 files changed, 0 insertions, 21 deletions
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
@@ -3020,27 +3020,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
*/
void Fl_Cocoa_Window_Driver::label(const char *name, const char *mininame) {