From 10ae24ff94396c67e773e3ce967bce82cdb9b4f6 Mon Sep 17 00:00:00 2001 From: that Date: Sat, 26 Dec 2015 20:53:51 +0100 Subject: get rid of console thread for OpenRecoveryScript - CLI commands run in a threaded action "twcmd" - Console is displayed via "singleaction_page" - move ORS execution code from GUI action to OpenRecoveryScript class - remove unused function gui_changePackage - don't change PageManager package in home action - fix that /tmp/openrecoveryscript was not deleted after execution Change-Id: Ic688c0b04647ce09e9db979b0bc5123f47cf4f70 --- gui/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index f6f0483a4..034f1cd92 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -21,7 +21,6 @@ #include -int gui_console_only(); int gui_init(); int gui_loadResources(); int gui_loadCustomResources(); -- cgit v1.2.3