summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-20 22:29:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 09:47:37 +0100
commitfc3db8f01fd2cf9265d663a8ca21bef8e78d1ecb (patch)
treebd62018eea00bc0619dc48a4a272fbeed67eebc9 /rsc/inc
parentdfbf66ded4bfd18d9be6127c482336daaa44fc94 (diff)
GetSysSearchPath (probably all uses of aSysSearchPath) unused
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscdb.hxx1
1 files changed, 0 insertions, 1 deletions
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 );