From 53df91adab37a65d87a44aa724b28128f32e9de5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Oct 2019 19:04:58 +0200 Subject: loplugin:singlevalfields Change-Id: Ic74b400f0b929b4c57ad70d0b0936983a3d46360 Reviewed-on: https://gerrit.libreoffice.org/80154 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/unx/saldisp.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vcl/inc/unx') diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 74d576c84782..8f4bceba0fc8 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -303,14 +303,12 @@ protected: std::vector< int > m_aXineramaScreenIndexMap; std::list m_aSalObjects; - bool m_bUseRandRWrapper; // don't use randr on gtk, use gdk signals there - mutable Time m_nLastUserEventTime; // mutable because changed on first access virtual bool Dispatch( XEvent *pEvent ) = 0; void InitXinerama(); void InitRandR( ::Window aRoot ) const; - void DeInitRandR(); + static void DeInitRandR(); void processRandREvent( XEvent* ); void doDestruct(); -- cgit