diff options
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index c40e8bc4ab4d..c0cb364b7307 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -357,8 +357,6 @@ public: void SetErrorHdl( const Link& rLink ) { maErrorHdl = rLink; } const Link& GetErrorHdl() const { return maErrorHdl; } - void Compat_OldPrinterMetrics( bool bSet ); - /** checks the printer list and updates it necessary * * sends a DataChanged event of type DATACHANGED_PRINTER |