Remove extraneous interface fields

This commit is contained in:
Nick Bisby 2019-03-02 16:31:03 -06:00
parent f8130da1d6
commit 1a2cc3a855
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36
2 changed files with 0 additions and 4 deletions

View File

@ -8,9 +8,6 @@
/> />
</children> </children>
<interface>
<field id="SelectedItem" type="int" />
</interface>
<script type="text/brightscript" uri="pkg:/source/config.brs" /> <script type="text/brightscript" uri="pkg:/source/config.brs" />
<script type="text/brightscript"> <script type="text/brightscript">
<![CDATA[ <![CDATA[

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<component name="LibraryRow" extends="RowList"> <component name="LibraryRow" extends="RowList">
<interface> <interface>
<field id="itemSelected" type="intarray" />
<field id="rowSize" type="int" /> <field id="rowSize" type="int" />
<field id="libList" type="associativearray" onChange="setData" /> <field id="libList" type="associativearray" onChange="setData" />
</interface> </interface>