Merge pull request #226 from neilsb/remove-unused-component
Remove (duplicated) unused MovieItemMinimal component
This commit is contained in:
commit
f632560696
|
@ -1,13 +0,0 @@
|
||||||
sub Init()
|
|
||||||
m.title = m.top.findNode("title")
|
|
||||||
m.title.text = tr("Loading...")
|
|
||||||
end sub
|
|
||||||
|
|
||||||
function itemContentChanged() as void
|
|
||||||
' re-declare this because init doesnt re-run
|
|
||||||
' when we come back from elsewhere
|
|
||||||
m.title = m.top.findNode("title")
|
|
||||||
|
|
||||||
itemData = m.top.itemContent
|
|
||||||
m.title.text = itemData.title
|
|
||||||
end function
|
|
|
@ -1,15 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<component name="MovieItemMinimal" extends="Group">
|
|
||||||
<children>
|
|
||||||
<Label id="title"
|
|
||||||
horizAlign="center"
|
|
||||||
translation="[0,319]"
|
|
||||||
font="font:MediumSystemFont"
|
|
||||||
width="196"
|
|
||||||
height="65" />
|
|
||||||
</children>
|
|
||||||
<interface>
|
|
||||||
<field id="itemContent" type="node" onChange="itemContentChanged"/>
|
|
||||||
</interface>
|
|
||||||
<script type="text/brightscript" uri="MovieItemMinimal.brs"/>
|
|
||||||
</component>
|
|
|
@ -1,13 +0,0 @@
|
||||||
sub Init()
|
|
||||||
m.title = m.top.findNode("title")
|
|
||||||
m.title.text = tr("Loading...")
|
|
||||||
end sub
|
|
||||||
|
|
||||||
function itemContentChanged() as void
|
|
||||||
' re-declare this because init doesnt re-run
|
|
||||||
' when we come back from elsewhere
|
|
||||||
m.title = m.top.findNode("title")
|
|
||||||
|
|
||||||
itemData = m.top.itemContent
|
|
||||||
m.title.text = itemData.title
|
|
||||||
end function
|
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<component name="MovieItemMinimal" extends="Group">
|
|
||||||
<children>
|
|
||||||
<Label id="title"
|
|
||||||
horizAlign="center"
|
|
||||||
translation="[0,319]"
|
|
||||||
font="font:MediumSystemFont"
|
|
||||||
width="196"
|
|
||||||
height="65" />
|
|
||||||
</children>
|
|
||||||
<interface>
|
|
||||||
<field id="itemContent" type="node" onChange="itemContentChanged"/>
|
|
||||||
</interface>
|
|
||||||
|
|
||||||
<script type="text/brightscript" uri="MovieItemMinimal.brs" />
|
|
||||||
|
|
||||||
</component>
|
|
Loading…
Reference in New Issue
Block a user