diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-28 09:02:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-28 09:02:37 +0100 |
commit | b74f17642d0bcd94b938241ba8a6ce3ee09af757 (patch) | |
tree | a7b7346524d82be536f0bcf72756169f74b710d2 /tools | |
parent | a2c7a85db679aa537524a772ce7989980398fe34 (diff) |
callcatcher: ditch various unused methods
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 1 | ||||
-rw-r--r-- | tools/source/fsys/tdir.cxx | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index faa454d451cc..5f34c2de413c 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -450,7 +450,6 @@ public: void Reset(); sal_uInt16 Scan( sal_uInt16 nCount = 5 ); size_t Count( sal_Bool bUpdated = sal_True ) const; - sal_Bool Update(); Dir& operator +=( const Dir& rDir ); DirEntry& operator []( size_t nIndex ) const; diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index d500a3896de7..e1057787a3d5 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -268,18 +268,6 @@ void Dir::Construct( DirEntryKind nKindFlags ) /************************************************************************* |* -|* Dir::Update() -|* -*************************************************************************/ - -sal_Bool Dir::Update() -{ - Reset(); - return Scan( USHRT_MAX ) > 0; -} - -/************************************************************************* -|* |* Dir::Reset() |* *************************************************************************/ |