]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/parser/skin_parser.cpp
* skins2: Removed the Theme.fadetime attribute (unused)
[vlc] / modules / gui / skins2 / parser / skin_parser.cpp
index 85314c701e1a6ced80274636eb7bba0cd7061946..dbf2e76282b7aea30026c89d6aa72ceefcd7ad4f 100644 (file)
@@ -255,8 +255,7 @@ void SkinParser::handleBeginElement( const string &rName, AttrList_t &attr )
         const BuilderData::Theme theme( attr["tooltipfont"],
                 atoi( attr["magnet"] ),
                 convertInRange( attr["alpha"], 1, 255, "alpha" ),
-                convertInRange( attr["movealpha"], 1, 255, "movealpha" ),
-                atoi( attr["fadetime"] ) );
+                convertInRange( attr["movealpha"], 1, 255, "movealpha" ) );
         m_data.m_listTheme.push_back( theme );
     }