summaryrefslogtreecommitdiffstats
path: root/include/vcl/printerinfomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/printerinfomanager.hxx')
-rw-r--r--include/vcl/printerinfomanager.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx
index 6dddd02f2838..258b54491f2b 100644
--- a/include/vcl/printerinfomanager.hxx
+++ b/include/vcl/printerinfomanager.hxx
@@ -171,10 +171,6 @@ public:
// fails if the specified printer does not exist
virtual bool setDefaultPrinter( const OUString& rPrinterName );
- // primarily used internally
- // returns the printer queue names
- const std::list< SystemPrintQueue >& getSystemPrintQueues();
-
// abstract print command
// returns a stdio FILE* that a postscript file may be written to
// this may either be a regular file or the result of popen()