diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 08:45:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:37 +0200 |
commit | f5a28361582a5b46a4e316f2018132980925c393 (patch) | |
tree | 28ded1171c9a00caf724abdfb34175c694b716b0 /idl/inc | |
parent | f408ced762d535511f9bb2a496fef96a05b0b074 (diff) |
aTypeList,aAttrList in SvMetaModule are unused
Change-Id: I545e55021f6e0791c80df64695faa86eb6e020ea
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/module.hxx | 2 |
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; |