summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-18 16:54:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-18 21:10:41 +0000
commitf1132fd50a2c5c0e3de5656382b4cea1e826e520 (patch)
tree1f26ffd2515647325e62ded9198328e8b4e4f90e /include/vcl/sysdata.hxx
parentf53615de094a7ae3edf429a97a9fa562014ec480 (diff)
SystemMenuData::nSize is never read
...and of little use if all users of SystemMenuData agree on the definition in vcl/sysdata.hxx Change-Id: Id102a30074b611e3ad37ce69ce27c929f4505495 Reviewed-on: https://gerrit.libreoffice.org/20044 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 2c50797c7b68..5ae9947ea5e4 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -120,7 +120,6 @@ struct SystemParentData
struct SystemMenuData
{
- unsigned long nSize; // size in bytes of this structure
#if defined( WNT )
HMENU hMenu; // the menu handle of the menu bar
#elif defined( MACOSX )