diff --git a/wutil.cpp b/wutil.cpp index 18ff38937..b486dc8ef 100644 --- a/wutil.cpp +++ b/wutil.cpp @@ -278,24 +278,6 @@ wcstring wbasename( const wcstring &path ) return result; } -/** - For wgettext: Internal shutdown function. Automatically called on shutdown if the library has been initialized. -*/ -static void wgettext_destroy() -{ - int i; - - if( !wgettext_is_init ) - return; - - wgettext_is_init = 0; - - for(i=0; i