Fixed prevent issue
[apps/osp/Gallery.git] / src / GlGalleryApp.cpp
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;
-}