remove OnScreenOn event
authorSukwon Suh <sukwon.suh@samsung.com>
Tue, 9 Apr 2013 06:36:18 +0000 (15:36 +0900)
committerSukwon Suh <sukwon.suh@samsung.com>
Tue, 9 Apr 2013 06:36:18 +0000 (15:36 +0900)
Change-Id: Ia16c153ab549d0912632f37a69ddf5ed8e8eb2aa
Signed-off-by: Sukwon Suh <sukwon.suh@samsung.com>
project/src/GlesCanvasTexture.cpp

index b39ee2b..bc8bf97 100644 (file)
@@ -315,10 +315,6 @@ GlesCanvasTexture::OnKeyLongPressed(const Control& source, KeyCode keyCode)
 void
 GlesCanvasTexture::OnScreenOn(void)
 {
-       if (__pTimer != null)
-       {
-               __pTimer->Start(TIME_OUT);
-       }
 }
 
 void