Remove deprecated old Reader code
[profile/ivi/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / efl / WebPageEfl.cpp
index ef09c8b..b64a9a5 100755 (executable)
@@ -613,12 +613,6 @@ void WebPage::getFocusedInputElementDataList(Vector<String>& optionList)
 }
 #endif
 
-#if ENABLE(TIZEN_READER)
-void WebPage::checkPageForReader(uint64_t callbackID)
-{
-}
-#endif
-
 #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
 static IntRect getFocusedRect(HitTestResult hitTestResult, Page* page)