commit | c2df91c93d7d2ec4ffb2e0162d6ed865a71a15df | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Thu Jul 31 10:00:12 2014 -0700 |
committer | Nico Weber <thakis@chromium.org> | Thu Jul 31 10:00:12 2014 -0700 |
tree | ef745d131c41fc20fda2148c5749605765bcf24d | |
parent | 2fd400c319c68b4b8bd741c0df51c8846c40a276 [diff] |
Remove CPDFSDK_Annot::ResetAppearance(). It's unused, and it caused a warning about CPDFSDK_Widget::ResetAppearance() failing to override it (since these two unrelated methods had the same name). No intended behavior change. BUG=pdfium:29 R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/429483004