From fadaf7053d067e3346ce2b000b700dfc918448f2 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 5 Feb 2018 12:10:55 +0100 Subject: Remove QPlatformPrinterSupport::createDefaultPrintDevice no one uses it Change-Id: I03d0350a44a19545d57b47d1b21d85f1a2059f4d Reviewed-by: Frederik Gladhorn --- src/printsupport/kernel/qplatformprintersupport.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/printsupport/kernel/qplatformprintersupport.cpp') diff --git a/src/printsupport/kernel/qplatformprintersupport.cpp b/src/printsupport/kernel/qplatformprintersupport.cpp index e12a292aec..a25dc6d45c 100644 --- a/src/printsupport/kernel/qplatformprintersupport.cpp +++ b/src/printsupport/kernel/qplatformprintersupport.cpp @@ -89,11 +89,6 @@ QPrintDevice QPlatformPrinterSupport::createPrintDevice(const QString &id) return QPrintDevice(); } -QPrintDevice QPlatformPrinterSupport::createDefaultPrintDevice() -{ - return createPrintDevice(defaultPrintDeviceId()); -} - QStringList QPlatformPrinterSupport::availablePrintDeviceIds() const { return QStringList(); -- cgit v1.2.3