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/source/fsys | |
parent | a2c7a85db679aa537524a772ce7989980398fe34 (diff) |
callcatcher: ditch various unused methods
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/tdir.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
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() |* *************************************************************************/ |