diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llvfs/llvfile.cpp | 1 | ||||
-rw-r--r-- | linden/indra/llvfs/llvfile.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llvfs/llvfile.cpp b/linden/indra/llvfs/llvfile.cpp index e8afbb0..61de885 100644 --- a/linden/indra/llvfs/llvfile.cpp +++ b/linden/indra/llvfs/llvfile.cpp | |||
@@ -45,7 +45,6 @@ const S32 LLVFile::APPEND = 0x00000006; // 0x00000004 & LLVFile::WRITE | |||
45 | //---------------------------------------------------------------------------- | 45 | //---------------------------------------------------------------------------- |
46 | LLVFSThread* LLVFile::sVFSThread = NULL; | 46 | LLVFSThread* LLVFile::sVFSThread = NULL; |
47 | BOOL LLVFile::sAllocdVFSThread = FALSE; | 47 | BOOL LLVFile::sAllocdVFSThread = FALSE; |
48 | BOOL LLVFile::ALLOW_ASYNC = TRUE; | ||
49 | //---------------------------------------------------------------------------- | 48 | //---------------------------------------------------------------------------- |
50 | 49 | ||
51 | //============================================================================ | 50 | //============================================================================ |
diff --git a/linden/indra/llvfs/llvfile.h b/linden/indra/llvfs/llvfile.h index b21c0e5..040e61a 100644 --- a/linden/indra/llvfs/llvfile.h +++ b/linden/indra/llvfs/llvfile.h | |||
@@ -78,8 +78,6 @@ public: | |||
78 | static const S32 WRITE; | 78 | static const S32 WRITE; |
79 | static const S32 READ_WRITE; | 79 | static const S32 READ_WRITE; |
80 | static const S32 APPEND; | 80 | static const S32 APPEND; |
81 | |||
82 | static BOOL ALLOW_ASYNC; | ||
83 | 81 | ||
84 | protected: | 82 | protected: |
85 | LLAssetType::EType mFileType; | 83 | LLAssetType::EType mFileType; |