diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | 631b67952909a73ba1851417bd2edbe02ad7be5a (patch) | |
tree | f69702066fe53b277212129655f4d1bfa0ef9997 /toolkit | |
parent | a4af308d90463049379557e2efc0205972164384 (diff) |
loplugin:unusedfields in include/toolkit,include/tools
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxdevice.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxdevice.cxx b/toolkit/source/awt/vclxdevice.cxx index 0c3132573347..63ccd601e244 100644 --- a/toolkit/source/awt/vclxdevice.cxx +++ b/toolkit/source/awt/vclxdevice.cxx @@ -43,8 +43,7 @@ // class VCLXDevice VCLXDevice::VCLXDevice() - : pDummy(nullptr) - , nFlags(0) + : nFlags(0) { } |