Remove curtainClose() remnants

Change-Id: I6ae96b60d34fa4e4b23cd1e5a4fffff3d00451c7
This commit is contained in:
Matt Mower
2016-06-24 13:45:39 -05:00
committed by Dees Troy
parent 25036b75ff
commit 786d734a41
-4
View File
@@ -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);