Remove QPrintDialogPrivate::applyPrinterProperties, no one calls it

Change-Id: Ic140f62e5cb63c6a4b7f4fa10ca243d8bb055c4e
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
bb10
Albert Astals Cid 2017-12-04 12:42:54 +01:00 committed by Shawn Rutledge
parent 083d3b885e
commit 2ecfdf87b8
1 changed files with 0 additions and 8 deletions

View File

@ -203,8 +203,6 @@ public:
~QPrintDialogPrivate();
void init();
/// copy printer properties to the widget
void applyPrinterProperties();
void selectPrinter(const QPrinter::OutputFormat outputFormat);
@ -390,12 +388,6 @@ void QPrintDialogPrivate::selectPrinter(const QPrinter::OutputFormat outputForma
options.pageSetCombo->setEnabled(true);
}
void QPrintDialogPrivate::applyPrinterProperties()
{
// apply printer options to property dialog
top->d->applyPrinterProperties();
}
void QPrintDialogPrivate::setupPrinter()
{
// First setup the requested OutputFormat, Printer and Page Size first