summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 22:15:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:04:53 +0100
commit74a007ef73e81bcd9197fde40a38fa303fa88330 (patch)
tree12686bb86cf409695cc1d01ef33914f13252835c /tools
parent8e752d47381c50e2522be9dc2f216738e2045613 (diff)
don't need to expose aNameMask
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/fsys.hxx2
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();