From: Rémi Denis-Courmont Date: Tue, 13 Mar 2007 17:16:19 +0000 (+0000) Subject: Avoid reference to deprecated FromLocale() in comments ;) X-Git-Tag: 0.9.0-test0~8138 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=d237ad8848821115931673152ebaea282c7f87a3 Avoid reference to deprecated FromLocale() in comments ;) --- diff --git a/modules/gui/skins2/src/theme_loader.hpp b/modules/gui/skins2/src/theme_loader.hpp index ea001984c1..bb18c5cc74 100644 --- a/modules/gui/skins2/src/theme_loader.hpp +++ b/modules/gui/skins2/src/theme_loader.hpp @@ -37,10 +37,7 @@ class ThemeLoader: public SkinObject ThemeLoader( intf_thread_t *pIntf ): SkinObject( pIntf ) {} virtual ~ThemeLoader() {} - /** - * The expected fileName must be an UTF-8 string (usually the result of - * a call to FromLocale()) - */ + // The expected fileName must be an UTF-8 string bool load( const string &fileName ); private: