remove unused #else

svn path=/trunk/; revision=22829
This commit is contained in:
Ulf Lamping 2007-09-09 13:05:32 +00:00
parent 75ac707c29
commit 0ba9e65dd4
1 changed files with 1 additions and 3 deletions

View File

@ -125,6 +125,4 @@ gchar * utf_16to8(const wchar_t *utf16str) {
return utf8buf[idx];
}
#else
#endif
#endif /* _WIN32 */