Index: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfWebCaptureInformationDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfWebCaptureInformationDictionary_autogen.cpp (revision 9879) |
+++ experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfWebCaptureInformationDictionary_autogen.cpp (working copy) |
@@ -1,15 +0,0 @@ |
-#include "SkPdfWebCaptureInformationDictionary_autogen.h" |
- |
-double SkPdfWebCaptureInformationDictionary::V() const { |
- double ret; |
- if (DoubleFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "V", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |
- |
-SkPdfArray* SkPdfWebCaptureInformationDictionary::C() const { |
- SkPdfArray* ret; |
- if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
-} |