diff options
author | Oz Linden <oz@lindenlab.com> | 2010-10-28 22:40:37 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-10-28 22:40:37 -0400 |
commit | 330978decd15e02d7cd23dcead52dc2373d7e5d5 (patch) | |
tree | b8258075bba038eda680e4aabcdbb5ea05e4ad77 /indra/llvfs/lldir_mac.h | |
parent | 4fa6500b5107f9d300a6ab7b6f011fb19621b05c (diff) |
STORM-480 remove (unused) LLDir::getRandomFileInDir
--HG--
branch : storm-102
Diffstat (limited to 'indra/llvfs/lldir_mac.h')
-rw-r--r-- | indra/llvfs/lldir_mac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.h b/indra/llvfs/lldir_mac.h index f80ca47d92..4eac3c3ae6 100644 --- a/indra/llvfs/lldir_mac.h +++ b/indra/llvfs/lldir_mac.h @@ -44,7 +44,6 @@ public: 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 void getRandomFileInDir(const std::string &dirname, const std::string &ask, std::string &fname); virtual BOOL fileExists(const std::string &filename) const; /*virtual*/ std::string getLLPluginLauncher(); |