From 3fb492fab3ed8871e8f9cab1c2a71783ce2f128d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jun 2011 20:57:43 +0100 Subject: drop unused method and object --- idl/inc/database.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idl') 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; } -- cgit