removed duplicate definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -846,7 +846,6 @@ void wxMacFilename2FSSpec( const char *path , FSSpec *spec )
|
|||||||
FSpLocationFromFullPath( strlen(path ) , path , spec ) ;
|
FSpLocationFromFullPath( strlen(path ) , path , spec ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
static char sMacFileNameConversion[ 1000 ] ;
|
static char sMacFileNameConversion[ 1000 ] ;
|
||||||
|
|
||||||
wxString wxMac2UnixFilename (const char *str)
|
wxString wxMac2UnixFilename (const char *str)
|
||||||
@@ -918,17 +917,12 @@ wxString wxMacFSSpec2UnixFilename( const FSSpec *spec )
|
|||||||
return wxMac2UnixFilename( wxMacFSSpec2MacFilename( spec) ) ;
|
return wxMac2UnixFilename( wxMacFSSpec2MacFilename( spec) ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxMacFilename2FSSpec( const char *path , FSSpec *spec )
|
|
||||||
{
|
|
||||||
FSpLocationFromFullPath( strlen(path ) , path , spec ) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
void wxUnixFilename2FSSpec( const char *path , FSSpec *spec )
|
void wxUnixFilename2FSSpec( const char *path , FSSpec *spec )
|
||||||
{
|
{
|
||||||
wxString var = wxUnix2MacFilename( path ) ;
|
wxString var = wxUnix2MacFilename( path ) ;
|
||||||
wxMacFilename2FSSpec( var , spec ) ;
|
wxMacFilename2FSSpec( var , spec ) ;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
#endif
|
#endif
|
||||||
void
|
void
|
||||||
wxDos2UnixFilename (char *s)
|
wxDos2UnixFilename (char *s)
|
||||||
|
Reference in New Issue
Block a user