From e689ed9b937213225f9d8c7f57d324041eff7f4b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 15 Jul 2011 22:18:44 +0100 Subject: callcatcher: unused methods --- vcl/source/gdi/print.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'vcl/source/gdi/print.cxx') diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index ef3c68ec5355..440da9c5bb56 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -1440,16 +1440,6 @@ sal_uLong Printer::ImplSalPrinterErrorCodeToVCL( sal_uLong nError ) // ----------------------------------------------------------------------- -IMPL_LINK( Printer, ImplDestroyPrinterAsync, void*, pSalPrinter ) -{ - SalPrinter* pPrinter = (SalPrinter*)pSalPrinter; - ImplSVData* pSVData = ImplGetSVData(); - pSVData->mpDefInst->DestroyPrinter( pPrinter ); - return 0; -} - -// ----------------------------------------------------------------------- - sal_Bool Printer::EndJob() { sal_Bool bRet = sal_False; -- cgit