From fc3db8f01fd2cf9265d663a8ca21bef8e78d1ecb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Sep 2011 22:29:20 +0100 Subject: GetSysSearchPath (probably all uses of aSysSearchPath) unused --- rsc/inc/rscdb.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'rsc/inc') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index ff3bf488d747..fd4988f6f2e9 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -329,7 +329,6 @@ public: void SetSearchPath( const ByteString & rStr) { aSearchPath = rStr; } ByteString GetSearchPath() const { return aSearchPath; } void SetSysSearchPath( const ByteString& rStr ) { aSysSearchPath = rStr; } - ByteString GetSysSearchPath() const { return aSysSearchPath; } void InsertType( RscTop * pType ) { aBaseLst.push_back( pType ); -- cgit