summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 16:07:34 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 16:07:34 +0000
commit281bc5ba1878f3c4b9c638e89d73aa5549b20d76 (patch)
tree3e5b7cf0f17de7ae77903b6c58dd973af0806a09 /ppapi
parent1096fca67d8f9133c61ccb20e24aea1bee3adb4a (diff)
downloadchromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.zip
chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.gz
chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.bz2
Remove unused fields found by clang's new Wunused-private-fields.
Test file edition. BUG=none TEST=none TBR=remaining owners Review URL: https://chromiumcodereview.appspot.com/10680013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/examples/flash_topmost/flash_topmost.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/examples/flash_topmost/flash_topmost.cc b/ppapi/examples/flash_topmost/flash_topmost.cc
index dcdcd23..001a6e5 100644
--- a/ppapi/examples/flash_topmost/flash_topmost.cc
+++ b/ppapi/examples/flash_topmost/flash_topmost.cc
@@ -109,8 +109,6 @@ class MyInstance : public pp::Instance {
pp::CompletionCallbackFactory<MyInstance> callback_factory_;
- int32_t timer_interval_;
-
// Painting stuff.
pp::Size size_;
pp::Graphics2D device_context_;