summaryrefslogtreecommitdiff
path: root/vcl/inc/printerinfomanager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-07-30 23:20:36 +0200
committerخالد حسني <khaled@libreoffice.org>2023-07-31 02:18:25 +0200
commit3564e11a41c8d3f06c8be387691d5997942e9738 (patch)
tree123dbe3236c1f6e6334aad46f3ac3ae63d6f6e77 /vcl/inc/printerinfomanager.hxx
parentd7b8dc9f3f866d65c2e1ae3727b3738ae954e325 (diff)
tdf#156230 remove now unused various bit and pieces
Change-Id: I0ad88d402329bbc6882f53f6c20c22b97189a27f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155077 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r--vcl/inc/printerinfomanager.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx
index a89cff1118a5..67dd8e59b2e0 100644
--- a/vcl/inc/printerinfomanager.hxx
+++ b/vcl/inc/printerinfomanager.hxx
@@ -110,8 +110,6 @@ protected:
m_pQueueInfo;
Type m_eType;
- bool m_bUseIncludeFeature;
- bool m_bUseJobPatch;
OUString m_aSystemDefaultPaper;
PrinterInfoManager( Type eType = Type::Default );
@@ -157,9 +155,6 @@ public:
// returns true on success
virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData, bool bBanner, const OUString &rFaxNumber );
- bool getUseIncludeFeature() const { return m_bUseIncludeFeature; }
- bool getUseJobPatch() const { return m_bUseJobPatch; }
-
// check whether a printer's feature string contains a subfeature
bool checkFeatureToken( const OUString& rPrinterName, std::string_view pToken ) const;