diff --git a/components/data/SceneManager.brs b/components/data/SceneManager.brs index dd9cea41..04b80d22 100755 --- a/components/data/SceneManager.brs +++ b/components/data/SceneManager.brs @@ -245,14 +245,6 @@ sub userMessage(title as string, message as string) m.scene.dialog = dialog end sub -' -' Display Dialog to show user app is fetching server data -sub progressDialog(title as string) - dialog = createObject("roSGNode", "ProgressDialog") - dialog.title = title - m.scene.dialog = dialog -end sub - ' ' Close currently displayed dialog sub dismiss_dialog() diff --git a/components/data/SceneManager.xml b/components/data/SceneManager.xml index 7534d617..42e947b0 100755 --- a/components/data/SceneManager.xml +++ b/components/data/SceneManager.xml @@ -9,8 +9,6 @@ - -