summaryrefslogtreecommitdiff
path: root/vcl/inc/jobdata.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-07-30 14:22:46 +0000
committerخالد حسني <khaled@libreoffice.org>2023-07-30 20:45:06 +0200
commit984e2e78340c4818538f653e07f19acfc29646c5 (patch)
tree67628a2f4a02a2c1e268639c86a182669426a90d /vcl/inc/jobdata.hxx
parentc106e5d95918f569bc2e45bec3792ddad6db99e4 (diff)
tdf#156230: Drop freshly unused PSLevel setting
Change-Id: I9331b5532f8066f7d13815487c7af0e7fd37e54f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155068 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/jobdata.hxx')
-rw-r--r--vcl/inc/jobdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/jobdata.hxx b/vcl/inc/jobdata.hxx
index ceb7a8bf739f..ae9db11e69f6 100644
--- a/vcl/inc/jobdata.hxx
+++ b/vcl/inc/jobdata.hxx
@@ -39,7 +39,6 @@ struct VCL_DLLPUBLIC JobData
int m_nBottomMarginAdjust;
// user overrides for PPD
int m_nColorDepth;
- int m_nPSLevel; // 0: no override, else languagelevel to use
int m_nColorDevice; // 0: no override, -1 grey scale, +1 color
orientation m_eOrientation;
OUString m_aPrinterName;
@@ -55,7 +54,6 @@ struct VCL_DLLPUBLIC JobData
m_nTopMarginAdjust( 0 ),
m_nBottomMarginAdjust( 0 ),
m_nColorDepth( 24 ),
- m_nPSLevel( 0 ),
m_nColorDevice( 0 ),
m_eOrientation( orientation::Portrait ),
m_bPapersizeFromSetup( false ),