From fb1c4ffaafae4843c7edb302351b7df48e02a990 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Wed, 16 Apr 2014 13:43:36 -0500 Subject: Whitespace and minor code cleanup This is by no means comprehensive, but is quite a bit better already. Change-Id: Ibc8654a5dfb0eec39cbd0b64bdb52bb4fbfe2f7e --- gui/gui.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gui/gui.cpp') diff --git a/gui/gui.cpp b/gui/gui.cpp index c0bd008a9..b7680909c 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -429,7 +429,7 @@ static void * input_thread(void *cookie) state = 1; key_repeat = 0; } - } + } } return NULL; } @@ -688,9 +688,6 @@ extern "C" int gui_init(void) extern "C" int gui_loadResources(void) { - // unlink("/sdcard/video.last"); - // rename("/sdcard/video.bin", "/sdcard/video.last"); - // gRecorder = open("/sdcard/video.bin", O_CREAT | O_WRONLY); #ifndef TW_OEM_BUILD int check = 0; DataManager::GetValue(TW_IS_ENCRYPTED, check); -- cgit v1.2.3