diff options
| author | Callum Prentice <callum@gmail.com> | 2020-10-06 17:16:53 -0700 |
|---|---|---|
| committer | Callum Prentice <callum@gmail.com> | 2020-10-06 17:16:53 -0700 |
| commit | 3092aa8aae496803707980eb456cddbb9960ef1c (patch) | |
| tree | 4edf4ba655c005bdd89c7bd18641ed15d0840b6c /indra/newview/llpreviewgesture.cpp | |
| parent | 354930014bc90a9c92b33300e5ecaf7fa861fe7b (diff) | |
Add in the C++ filesystem based cache and clean up some indempotent functions in llfilesystem
Diffstat (limited to 'indra/newview/llpreviewgesture.cpp')
| -rw-r--r-- | indra/newview/llpreviewgesture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpreviewgesture.cpp b/indra/newview/llpreviewgesture.cpp index 371153aac3..4318a55704 100644 --- a/indra/newview/llpreviewgesture.cpp +++ b/indra/newview/llpreviewgesture.cpp @@ -1140,7 +1140,6 @@ void LLPreviewGesture::saveIfNeeded() LLFileSystem file(assetId, LLAssetType::AT_GESTURE, LLFileSystem::APPEND); S32 size = dp.getCurrentSize(); - file.setMaxSize(size); file.write((U8*)buffer, size); LLLineEditor* descEditor = getChild<LLLineEditor>("desc"); |
