Commit df2ecdd4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

skins: remove dead code

parent a6e49e68
......@@ -87,16 +87,6 @@ static inline string sFromWide( const wstring &rWide )
}
#endif
/// Wrapper around ToLocale, to avoid the need to call LocaleFree()
static inline string sToLocale( const string &rUTF8 )
{
const char *s = ToLocale( rUTF8.c_str() );
string res = s;
LocaleFree( s );
return res;
}
//---------------------------------------------------------------------------
// intf_sys_t: description and status of skin interface
//---------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment