From d78a964c31f303e828453ee189d4998558bac8e1 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 27 Jun 2018 17:54:50 +0000 Subject: Remove CXFA_FField::UnloadWidget(). It is only called during the destructor, and does things that the destructor would automatically do, like calling into the superclass. So just use destructors. Change-Id: I1196817798eeca99914b44ddee1f75781e682211 Reviewed-on: https://pdfium-review.googlesource.com/36231 Commit-Queue: Tom Sepez Reviewed-by: dsinclair --- xfa/fxfa/cxfa_ffimage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fxfa/cxfa_ffimage.h') diff --git a/xfa/fxfa/cxfa_ffimage.h b/xfa/fxfa/cxfa_ffimage.h index 9f289dce64..7859f106ba 100644 --- a/xfa/fxfa/cxfa_ffimage.h +++ b/xfa/fxfa/cxfa_ffimage.h @@ -20,7 +20,6 @@ class CXFA_FFImage : public CXFA_FFWidget { uint32_t dwStatus) override; bool IsLoaded() override; bool LoadWidget() override; - void UnloadWidget() override; }; #endif // XFA_FXFA_CXFA_FFIMAGE_H_ -- cgit v1.2.3