Fixed: Up some old unused code lying around thanks to phil65's checker tool

This commit is contained in:
Jezz_X 2012-06-04 15:13:26 +10:00
parent 4e9b31ae2b
commit 976f5b208c
1 changed files with 0 additions and 19 deletions

View File

@ -654,21 +654,6 @@
<texturenofocus border="32,0,0,0">Button_Side_NoFocus.png</texturenofocus>
<pulseonselect>true</pulseonselect>
</include>
<include name="ButtonHomeSubCommonValues">
<height>22</height>
<width>320</width>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>SetFocus(2)</onleft>
<onleft>Control.Move(2,-1)</onleft>
<onright>SetFocus(2)</onright>
<onright>Control.Move(2,1)</onright>
</include>
<include name="ButtonInfoDialogsCommonValues">
<height>30</height>
<width>200</width>
@ -830,10 +815,6 @@
</control>
</control>
</include>
<include name="backgroundfade">
<animation effect="fade" time="600">Visible</animation>
<animation effect="fade" time="600">Hidden</animation>
</include>
<include name="Window_OpenClose_Animation">
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>