From c22d5338fad383800b35efa458561bb89b604922 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 29 Nov 2014 21:42:47 +0000 Subject: vcl: remove SalVirtualDevice::GetWidth It is presumed that #i59315# is fixed already, and that this is no longer necessary. Change-Id: Ifb2f6550fac2481c4fec269b38d6e806753cb53e --- vcl/inc/opengl/x11/salvd.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/opengl/x11') diff --git a/vcl/inc/opengl/x11/salvd.hxx b/vcl/inc/opengl/x11/salvd.hxx index 0d7143b2b01f..7696e04c62ac 100644 --- a/vcl/inc/opengl/x11/salvd.hxx +++ b/vcl/inc/opengl/x11/salvd.hxx @@ -47,7 +47,6 @@ public: // Set new size, without saving the old contents virtual bool SetSize( long nNewDX, long nNewDY ) SAL_OVERRIDE; - virtual void GetSize( long& rWidth, long& rHeight ) SAL_OVERRIDE; }; #endif // INCLUDED_VCL_INC_OPENGL_X11_SALVD_H -- cgit