Index: samplecode/SampleApp.h |
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h |
index fa859010c1e26827d709af9ba928f6496d5d5282..e08ff8a8f4ff325fc8567fe027b0c0e57f88a6db 100644 |
--- a/samplecode/SampleApp.h |
+++ b/samplecode/SampleApp.h |
@@ -156,14 +156,6 @@ protected: |
virtual Click* onFindClickHandler(SkScalar x, SkScalar y, |
unsigned modi) SK_OVERRIDE; |
- void registerPictFileSamples(char** argv, int argc); |
- void registerPictFileSample(char** argv, int argc); |
- |
-#ifdef SAMPLE_PDF_FILE_VIEWER |
- void registerPdfFileViewerSamples(char** argv, int argc); |
-#endif // SAMPLE_PDF_FILE_VIEWER |
- |
- |
private: |
class DefaultDeviceManager; |