diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-26 09:09:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-28 09:06:48 +0200 |
commit | a6c7c2fe1bc48ffddca486de0f97164421ca6404 (patch) | |
tree | fc6f095e839f6a2576293ab1f6b857c6ab92bb09 /vcl/inc/printerinfomanager.hxx | |
parent | d938a896b8fa0b5b7591a7de39c689e004de8893 (diff) |
loplugin:unusedfields
Change-Id: I355fad84ed8765e8eb3fadb7c239b3b902ec1747
Reviewed-on: https://gerrit.libreoffice.org/61059
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx index fda53207c550..49bbc1491483 100644 --- a/vcl/inc/printerinfomanager.hxx +++ b/vcl/inc/printerinfomanager.hxx @@ -96,8 +96,6 @@ protected: // this must be unique over all configuration files // it usually should be the printer name OString m_aGroup; - // whether changes need to be saved - bool m_bModified; // the corresponding info and job data PrinterInfo m_aInfo; }; |