]> git.sesse.net Git - vlc/commitdiff
Avoid reference to deprecated FromLocale() in comments ;)
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 13 Mar 2007 17:16:19 +0000 (17:16 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 13 Mar 2007 17:16:19 +0000 (17:16 +0000)
modules/gui/skins2/src/theme_loader.hpp

index ea001984c1ecfbde8f364c70196d33b35216b05f..bb18c5cc74aae248b0a77f748eb1276269b0497d 100644 (file)
@@ -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: