diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 13:19:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-10-16 15:52:02 +0200 |
commit | 5c4fac1e9f50832852e87452f3152f01b905f9e6 (patch) | |
tree | bfa807b8f9c76f38bc490d279f96819276420125 /vcl/inc/ppdparser.hxx | |
parent | 44bb2c82870f83776eb26d41aeb9defbee97b102 (diff) |
loplugin:unusedmethods
Change-Id: I6ba4b4046190b701d4a15c6fa90b6009ecf4ab1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175014
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/ppdparser.hxx')
-rw-r--r-- | vcl/inc/ppdparser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/ppdparser.hxx b/vcl/inc/ppdparser.hxx index ef62c8778e2f..c6cac395f820 100644 --- a/vcl/inc/ppdparser.hxx +++ b/vcl/inc/ppdparser.hxx @@ -157,7 +157,6 @@ private: std::unique_ptr<PPDTranslator> m_pTranslator; PPDParser( OUString aFile ); - PPDParser(OUString aFile, const std::vector<PPDKey*>& keys); void parseOrderDependency(const OString& rLine); void parseOpenUI(const OString& rLine, std::string_view rPPDGroup); |