summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/print3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/print3.cxx')
-rw-r--r--vcl/source/gdi/print3.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx
index f8ecb70a1889..fa16e55326a8 100644
--- a/vcl/source/gdi/print3.cxx
+++ b/vcl/source/gdi/print3.cxx
@@ -1362,11 +1362,6 @@ void PrinterController::setReversePrint( bool i_bReverse )
mpImplData->mbReversePageOrder = i_bReverse;
}
-bool PrinterController::getReversePrint() const
-{
- return mpImplData->mbReversePageOrder;
-}
-
void PrinterController::setPapersizeFromSetup( bool i_bPapersizeFromSetup )
{
mpImplData->mbPapersizeFromSetup = i_bPapersizeFromSetup;