diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-09 13:37:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-12 06:14:02 +0000 |
commit | 198f3ec116996788be1d73f9462ecb808b78f309 (patch) | |
tree | 52dc3868d3ae0821aebc18c1ebffa6382b0882cd /registry | |
parent | 6cc5d37d87406671ac76e94a43f8a57f346caaaf (diff) |
loplugin:unusedmethods
Change-Id: I0fb06079ff8a9d0b2f5a2929f31846f91391f5c4
Reviewed-on: https://gerrit.libreoffice.org/22229
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/options.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/registry/tools/options.hxx b/registry/tools/options.hxx index 2c08a71cacfb..7b3bee2ff785 100644 --- a/registry/tools/options.hxx +++ b/registry/tools/options.hxx @@ -45,7 +45,6 @@ public: bool initOptions (std::vector< std::string > & rArgs); bool badOption (char const * reason, char const * option) const; - std::string const & getProgramName() const { return m_program; } bool printUsage() const; protected: |