Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index 071f43c0b9cf277cee99a1a1e2cfefeea1390ac5..5bba8b9f86061216229b6d582e3f8722ed840e9d 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -247,8 +247,6 @@ class PDFEngine { |
virtual void SetGrayscale(bool grayscale) = 0; |
// Callback for timer that's set with ScheduleCallback(). |
virtual void OnCallback(int id) = 0; |
- // Gets the JSON representation of the PDF file |
- virtual std::string GetPageAsJSON(int index) = 0; |
// Get the number of characters on a given page. |
virtual int GetCharCount(int page_index) = 0; |
// Get the bounds in page pixels of a character on a given page. |