From: Sukwon Suh Date: Tue, 9 Apr 2013 06:35:13 +0000 (+0900) Subject: remove OnScreenOn Event X-Git-Tag: 2.1b_release~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4404cb798700bb92e1896d4354f20069e8ac482b;p=samples%2Fnative%2FGlesVideoTexture.git remove OnScreenOn Event Change-Id: I0a17d3f078e68d8ea98eac76e2835bfe86e9b974 Signed-off-by: Sukwon Suh --- diff --git a/project/src/GlesVideoTexture.cpp b/project/src/GlesVideoTexture.cpp index d3a542e..142e45a 100644 --- a/project/src/GlesVideoTexture.cpp +++ b/project/src/GlesVideoTexture.cpp @@ -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