Stop trying to load /script/ui.xml

I think this feature was used way back in the very early days of
TWRP 2.0 on the Kindle Fire and has not been used since. I see no
reason to keep it around for now and we can always reinstate it
later if for some reason we need this feature again.

Change-Id: Ie9f3e5db7190732f813ae1e152aab2d85a4ca98c
This commit is contained in:
Ethan Yonker
2016-03-31 08:01:12 -05:00
parent a5db7121ab
commit 86404bda2c
+1 -1
View File
@@ -765,7 +765,7 @@ extern "C" int gui_loadResources(void)
check = 1;
}
if (check == 0 && PageManager::LoadPackage("TWRP", "/script/ui.xml", "main"))
if (check == 0)
{
std::string theme_path;