diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-15 22:49:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-15 22:49:41 +0200 |
commit | a470fe1ea0ff3c9ecfb7664accb50e8ee424b660 (patch) | |
tree | 93e3b69238694b253e2ec2b604a1c3913a2d83ce /vcl/qa | |
parent | 1e74d168e34afd64c1af79b89e6d8250202a7f56 (diff) |
loplugin:unreffun
Change-Id: I10ca928ce30631b531a2549985b54ca071efb79c
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/wmf/wmfimporttest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/wmf/wmfimporttest.cxx b/vcl/qa/cppunit/wmf/wmfimporttest.cxx index e75f5a123714..d4db9555393a 100644 --- a/vcl/qa/cppunit/wmf/wmfimporttest.cxx +++ b/vcl/qa/cppunit/wmf/wmfimporttest.cxx @@ -32,7 +32,6 @@ public: BootstrapFixture(true, false) {} - void runTest(); void testNonPlaceableWmf(); CPPUNIT_TEST_SUITE(WmfTest); |