diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 12:27:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-06 12:27:38 +0200 |
commit | ae92e6e6d5dec81c2e22a51a89f463cae1ac1edb (patch) | |
tree | 257981b40c699a941ae01f1ee0e7e8c03dbd497b /vcl/inc | |
parent | f03d98a999d08e21a6d1774090e58fa6d928f013 (diff) |
ImplSVEvent::mnEvent is always zero
...at least since f74efe63d9a70da723f046c1c6708b9254dfa887 "callcatcher: remove
newly unused code."
Change-Id: I7067e9e6af6693c1401510e2de196533d6963cb2
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index f16fe37bb1cf..7fa60e37266c 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -395,7 +395,6 @@ private: struct ImplSVEvent { - sal_uLong mnEvent; void* mpData; Link* mpLink; Window* mpWindow; |