|
@@ -14,7 +14,6 @@ namespace UI.Main
|
|
|
public GImage m_bgTitle;
|
|
|
public GList m_listTab;
|
|
|
public GList m_listType;
|
|
|
- public GLoader m_test;
|
|
|
public Transition m_openViewAction;
|
|
|
public const string URL = "ui://mfvz4q8kslb419";
|
|
|
public const string PACKAGE_NAME = "Main";
|
|
@@ -70,7 +69,6 @@ namespace UI.Main
|
|
|
m_bgTitle = (GImage)comp.GetChild("bgTitle");
|
|
|
m_listTab = (GList)comp.GetChild("listTab");
|
|
|
m_listType = (GList)comp.GetChild("listType");
|
|
|
- m_test = (GLoader)comp.GetChild("test");
|
|
|
m_openViewAction = comp.GetTransition("openViewAction");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
@@ -82,7 +80,6 @@ namespace UI.Main
|
|
|
m_bgTitle = null;
|
|
|
m_listTab = null;
|
|
|
m_listType = null;
|
|
|
- m_test = null;
|
|
|
m_openViewAction = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|