summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 08:42:22 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 13:57:29 +0200
commit1522d4b36aa4a8c6f61788b897c24ddfb065185b (patch)
treea73772f50a4620c6fdb02a65f16794ba88592cc0 /include/vcl/sysdata.hxx
parenta0d112a53023758a28d180ffd12766b4d325bf52 (diff)
loplugin:unusedfields in include/vcl
and fixed bug in sepia filter, where it was using the wrong member of the union to get the percentage Change-Id: I56b76496a3ac711adec12dd8c08b28d69644d66f
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 5ae9947ea5e4..81ad3db41ea1 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -122,14 +122,8 @@ struct SystemMenuData
{
#if defined( WNT )
HMENU hMenu; // the menu handle of the menu bar
-#elif defined( MACOSX )
- // Nothing
-#elif defined( ANDROID )
- // Nothing
-#elif defined( IOS )
+#else
// Nothing
-#elif defined( UNX )
- long aMenu; // ???
#endif
};