Remove curtainClose() remnants
Change-Id: I6ae96b60d34fa4e4b23cd1e5a4fffff3d00451c7
This commit is contained in:
@@ -58,8 +58,6 @@ extern "C" {
|
||||
#include "objects.hpp"
|
||||
#include "../tw_atomic.hpp"
|
||||
|
||||
void curtainClose(void);
|
||||
|
||||
GUIAction::mapFunc GUIAction::mf;
|
||||
std::set<string> GUIAction::setActionsRunningInCallerThread;
|
||||
static string zip_queue[10];
|
||||
@@ -521,8 +519,6 @@ void GUIAction::operation_end(const int operation_status)
|
||||
|
||||
int GUIAction::reboot(std::string arg)
|
||||
{
|
||||
//curtainClose(); this sometimes causes a crash
|
||||
|
||||
sync();
|
||||
DataManager::SetValue("tw_gui_done", 1);
|
||||
DataManager::SetValue("tw_reboot_arg", arg);
|
||||
|
||||
Reference in New Issue
Block a user