From 03245cb974042322561affb9e389134d35430f5f Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 30 Oct 2013 19:08:26 +0530 Subject: [PATCH] Fixed prevent issue Change-Id: I7c1e8f3a4f9620e8e2407b7826fb86cbf60b7d0a Signed-off-by: Himanshu --- inc/GlGalleryApp.h | 2 -- src/GlGalleryApp.cpp | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/inc/GlGalleryApp.h b/inc/GlGalleryApp.h index d34502d..3ded69e 100644 --- a/inc/GlGalleryApp.h +++ b/inc/GlGalleryApp.h @@ -63,8 +63,6 @@ public: void SetFrameActivated(bool frameActivated); bool GetFrameActivated(void) const; - bool IsHwKeySupported(void); - private: RequestId __requestId; Tizen::Base::String __operationId; diff --git a/src/GlGalleryApp.cpp b/src/GlGalleryApp.cpp index 398d3d8..8428b1c 100644 --- a/src/GlGalleryApp.cpp +++ b/src/GlGalleryApp.cpp @@ -255,15 +255,3 @@ GalleryApp::GetFrameActivated(void) const return __frameActivated; } -bool -GalleryApp::IsHwKeySupported(void) -{ - AppLogDebug("ENTER"); - - bool isHwKeyExist = false; - Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.back", isHwKeyExist); - - AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult())); - - return isHwKeyExist; -} -- 2.7.4