summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-01-12 12:07:03 -0800
committerMerov Linden <merov@lindenlab.com>2011-01-12 12:07:03 -0800
commit038b38c446f18f60916b5c859eea0711f0b420d0 (patch)
treeb1da90c24a8268dc659979eaee84c63bdc7777f5 /indra/llvfs/lldir_mac.h
parentc020c5c0f3454d4930078651f446e5494d6137b6 (diff)
parent4af9db7b79f5721d1be6b8b94dd1e0ce97782d79 (diff)
STORM-477 : pull in viewer-development
Diffstat (limited to 'indra/llvfs/lldir_mac.h')
-rw-r--r--indra/llvfs/lldir_mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.h b/indra/llvfs/lldir_mac.h
index 4eac3c3ae6..e60d5e41c2 100644
--- a/indra/llvfs/lldir_mac.h
+++ b/indra/llvfs/lldir_mac.h
@@ -43,7 +43,6 @@ public:
virtual S32 deleteFilesInDir(const std::string &dirname, const std::string &mask);
virtual std::string getCurPath();
virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask);
- virtual BOOL getNextFileInDir(const std::string &dirname, const std::string &mask, std::string &fname);
virtual BOOL fileExists(const std::string &filename) const;
/*virtual*/ std::string getLLPluginLauncher();