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:
Stefan Csomor
2001-06-07 21:01:39 +00:00
parent 662899dd60
commit 12d67f8ad0

View File

@@ -846,7 +846,6 @@ void wxMacFilename2FSSpec( const char *path , FSSpec *spec )
FSpLocationFromFullPath( strlen(path ) , path , spec ) ;
}
/*
static char sMacFileNameConversion[ 1000 ] ;
wxString wxMac2UnixFilename (const char *str)
@@ -918,17 +917,12 @@ wxString wxMacFSSpec2UnixFilename( const FSSpec *spec )
return wxMac2UnixFilename( wxMacFSSpec2MacFilename( spec) ) ;
}
void wxMacFilename2FSSpec( const char *path , FSSpec *spec )
{
FSpLocationFromFullPath( strlen(path ) , path , spec ) ;
}
void wxUnixFilename2FSSpec( const char *path , FSSpec *spec )
{
wxString var = wxUnix2MacFilename( path ) ;
wxMacFilename2FSSpec( var , spec ) ;
}
*/
#endif
void
wxDos2UnixFilename (char *s)