diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 20:57:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-21 09:12:39 +0100 |
commit | 3fb492fab3ed8871e8f9cab1c2a71783ce2f128d (patch) | |
tree | 2006efef5ab250b3e96964f8c301a7ac13b56991 /idl/inc | |
parent | 0b33d59fd29fd2d220c06d043e4192cc08071df2 (diff) |
drop unused method and object
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/database.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 74ccbd575354..adeda2d6e517 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -82,7 +82,6 @@ class SvIdlDataBase protected: #ifdef IDL_COMPILER - ByteString aModulePrefix; SvMetaObjectMemberStack aContextStack; String aPath; SvIdlError aError; @@ -117,7 +116,6 @@ public: void SetExportFile( const String& rName ) { aExportFile = rName; } void AppendAttr( SvMetaAttribute *pSlot ); - const ByteString& GetActModulePrefix() const { return aModulePrefix; } const SvIdlError & GetError() const { return aError; } void SetError( const SvIdlError & r ) { aError = r; } |