diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 15:30:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 07:38:35 +0100 |
commit | de9acc1dd0b72d1af92ac4de97840d98d4977820 (patch) | |
tree | 232f6ead4601fb3b62cd01e2c6020b37f87f4222 /vcl/inc/printerinfomanager.hxx | |
parent | 5923df69b46295c5686e5c91ea2a8fc7b46d8357 (diff) |
loplugin:unusedfields in vcl
maStatusText in HelpTextWindow is dead since
commit bd3ea40ed49074c4fa4439de7b5dea4fc3161880
Date: Fri Jan 21 14:48:58 2011 +0200
Remove ShowHelpStatusText and HideHelpStatusText and associated
cruft
Change-Id: I7a74e2a1b909a479f9338bd4da5fad06ccc25283
Reviewed-on: https://gerrit.libreoffice.org/68153
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r-- | vcl/inc/printerinfomanager.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx index 2ef705a4cf05..95aebae3d1b8 100644 --- a/vcl/inc/printerinfomanager.hxx +++ b/vcl/inc/printerinfomanager.hxx @@ -92,10 +92,6 @@ protected: // details other config files that have this printer // in case of removal all have to be removed std::unordered_set< OUString > m_aAlternateFiles; - // group in m_aFile containing the printer - // this must be unique over all configuration files - // it usually should be the printer name - OString m_aGroup; // the corresponding info and job data PrinterInfo m_aInfo; }; |