diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 22:15:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 14:04:53 +0100 |
commit | 74a007ef73e81bcd9197fde40a38fa303fa88330 (patch) | |
tree | 12686bb86cf409695cc1d01ef33914f13252835c | |
parent | 8e752d47381c50e2522be9dc2f216738e2045613 (diff) |
don't need to expose aNameMask
-rw-r--r-- | tools/inc/tools/fsys.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 341d74d8bc5d..9d8cc934699a 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -450,8 +450,6 @@ public: FSysSort nSort, ... ); ~Dir(); - const WildCard& GetNameMask() const { return aNameMask; } - FSysError SetSort( FSysSort nSort, ... ); void Reset(); |