diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 10:20:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 11:02:46 +0000 |
commit | 3b4786b6b7eec79b29f604cffc1cd708244e90b3 (patch) | |
tree | a124607c3ed8d55a891e46ebca5d51f512804826 /l10ntools/source | |
parent | 761f502083652f0e45de9c38f56cf4867a8197e9 (diff) |
callcatcher: regenerate list
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/directory.cxx | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/l10ntools/source/directory.cxx b/l10ntools/source/directory.cxx index 82984faf43f0..c2c73ea6a863 100644 --- a/l10ntools/source/directory.cxx +++ b/l10ntools/source/directory.cxx @@ -41,12 +41,7 @@ namespace transex { -Directory::Directory( const rtl::OUString sFullpath ) : bSkipLinks( false ) -{ - sFullName = sFullpath; -} - -Directory::Directory( const rtl::OUString sFullPath , const rtl::OUString sEntry ) : bSkipLinks( false ) +Directory::Directory( const rtl::OUString sFullPath , const rtl::OUString sEntry ) { sFullName = sFullPath; sDirectoryName = sEntry; @@ -88,16 +83,6 @@ void Directory::scanSubDir( int nLevels ) } } -void Directory::setSkipLinks( bool is_skipped ) -{ - bSkipLinks = is_skipped; -} - -void Directory::readDirectory() -{ - readDirectory( sFullName ); -} - #ifdef WNT void Directory::readDirectory ( const rtl::OUString& sFullpath ) @@ -247,9 +232,6 @@ void Directory::readDirectory( const rtl::OUString& sFullpath ) break; } case S_IFLNK: - { - if( bSkipLinks ) break; - } case S_IFDIR: { transex::Directory aDir( |