]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_factory.cpp
Remove redumdant parameter to vlc_global
[vlc] / modules / gui / skins2 / win32 / win32_factory.cpp
index 6fbe0e87307494ed5e569114faad2916aa0c3b9e..7eb2532da2627417f5b2abbe1e1eef483eddd1dd 100644 (file)
@@ -227,13 +227,13 @@ bool Win32Factory::init()
     // Initialize the resource path
     m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_homedir +
                                "\\" + CONFIG_DIR + "\\skins" );
-    m_resourcePath.push_back( (string)config_GetDataDir( getIntf() ) +
+    m_resourcePath.push_back( (string)config_GetDataDir() +
                               "\\skins" );
-    m_resourcePath.push_back( (string)config_GetDataDir( getIntf() ) +
+    m_resourcePath.push_back( (string)config_GetDataDir() +
                               "\\skins2" );
-    m_resourcePath.push_back( (string)config_GetDataDir( getIntf() ) +
+    m_resourcePath.push_back( (string)config_GetDataDir() +
                               "\\share\\skins" );
-    m_resourcePath.push_back( (string)config_GetDataDir( getIntf() ) +
+    m_resourcePath.push_back( (string)config_GetDataDir() +
                               "\\share\\skins2" );
 
     // All went well