remove OnScreenOn Event
authorSukwon Suh <sukwon.suh@samsung.com>
Tue, 9 Apr 2013 06:35:13 +0000 (15:35 +0900)
committerSukwon Suh <sukwon.suh@samsung.com>
Tue, 9 Apr 2013 06:35:13 +0000 (15:35 +0900)
Change-Id: I0a17d3f078e68d8ea98eac76e2835bfe86e9b974
Signed-off-by: Sukwon Suh <sukwon.suh@samsung.com>
project/src/GlesVideoTexture.cpp

index d3a542e..142e45a 100644 (file)
@@ -303,15 +303,6 @@ GlesVideoTexture::OnKeyLongPressed(const Control& source, KeyCode keyCode)
 void
 GlesVideoTexture::OnScreenOn(void)
 {
-       if (__pTimer != null)
-       {
-               __pTimer->Start(TIME_OUT);
-       }
-
-       if(__pPlayer != null)
-       {
-               __pPlayer->Play();
-       }
 }
 
 void