summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 08:45:00 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:37 +0200
commitf5a28361582a5b46a4e316f2018132980925c393 (patch)
tree28ded1171c9a00caf724abdfb34175c694b716b0 /idl/inc
parentf408ced762d535511f9bb2a496fef96a05b0b074 (diff)
aTypeList,aAttrList in SvMetaModule are unused
Change-Id: I545e55021f6e0791c80df64695faa86eb6e020ea
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/module.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 2a64c63e64ac..fa316592d44b 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -26,8 +26,6 @@
class SvMetaModule : public SvMetaReference
{
SvRefMemberList<SvMetaClass *> aClassList;
- SvRefMemberList<SvMetaType *> aTypeList;
- SvRefMemberList<SvMetaAttribute *> aAttrList;
// browser
SvString aSlotIdFile;
SvString aModulePrefix;