Remove deprecated old Reader code
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.h
index 568dcb2..34042ff 100755 (executable)
@@ -666,10 +666,6 @@ public:
     void getFocusedInputElementDataList(Vector<String>&);
 #endif
 
-#if ENABLE(TIZEN_READER)
-    void checkPageForReader(uint64_t callbackID);
-#endif
-
 #if ENABLE(TIZEN_CSS_OVERFLOW_SCROLL)
     void scrollOverflow(const WebCore::FloatPoint&, bool& scrolled);
     void setPressedNodeAtPoint(const WebCore::IntPoint&, bool& pressed);