Fixed prevent issue tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.055146 submit/tizen_2.2/20131107.081433 submit/tizen_2.2/20131107.135300
authorHimanshu <himanshu.t@samsung.com>
Wed, 30 Oct 2013 13:38:26 +0000 (19:08 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 30 Oct 2013 13:38:26 +0000 (19:08 +0530)
Change-Id: I7c1e8f3a4f9620e8e2407b7826fb86cbf60b7d0a
Signed-off-by: Himanshu <himanshu.t@samsung.com>
inc/GlGalleryApp.h
src/GlGalleryApp.cpp

index d34502d..3ded69e 100644 (file)
@@ -63,8 +63,6 @@ public:
        void SetFrameActivated(bool frameActivated);
        bool GetFrameActivated(void) const;
 
-       bool IsHwKeySupported(void);
-
 private:
        RequestId __requestId;
        Tizen::Base::String __operationId;
index 398d3d8..8428b1c 100644 (file)
@@ -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;
-}