From c5980d0aa3e97f07a4f5bc413a2c5bc5ed3bc973 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Mon, 8 Jan 2018 15:02:36 -0500 Subject: SkDocument: remove unused fDoneProc Change-Id: I9a0739992e90a0a6d44a75b0b570097553343f1d Reviewed-on: https://skia-review.googlesource.com/92141 Commit-Queue: Hal Canary Reviewed-by: Ben Wagner --- include/core/SkDocument.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/core/SkDocument.h') diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h index 82b8a4ff25..7f293f149d 100644 --- a/include/core/SkDocument.h +++ b/include/core/SkDocument.h @@ -184,7 +184,7 @@ public: void abort(); protected: - SkDocument(SkWStream*, void (*)(SkWStream*, bool aborted)); + SkDocument(SkWStream*); // note: subclasses must call close() in their destructor, as the base class // cannot do this for them. @@ -207,7 +207,6 @@ protected: private: SkWStream* fStream; - void (*fDoneProc)(SkWStream*, bool aborted); State fState; typedef SkRefCnt INHERITED; -- cgit v1.2.3