From 920d4463f6e59b815852c173e2974ffc7b4bb284 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Jun 2016 13:13:28 +0200 Subject: loplugin:singlevalfields in vcl(part1) Change-Id: I0031199937cc95793951a070c4b3d8910933e69f Reviewed-on: https://gerrit.libreoffice.org/26595 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/event.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/event.hxx') diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx index bfe2f39dffd3..a7c9b44bc4a3 100644 --- a/include/vcl/event.hxx +++ b/include/vcl/event.hxx @@ -362,7 +362,6 @@ private: VclPtr mpWindow; void* mpData; MouseNotifyEvent mnEventType; - long mnRetValue; public: NotifyEvent( MouseNotifyEvent nEventType, -- cgit