diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-07-13 14:53:16 +0000 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-07-13 14:53:16 +0000 |
commit | 609632ea1be0e6c06e66abb3ea96ebfa84edf64b (patch) | |
tree | 27662b649012db58251fbc8e1fbeaa37ae24d206 /indra/newview/llviewertexturelist.h | |
parent | fca85429c5763ab0bd2a1d4c1be40443e469e375 (diff) | |
parent | 5f8f4754ab66eafeda7349d913ae3acfb71062a0 (diff) |
Merged in SL-17723 Remove use of UDP image fetch
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index fead2e52b2..04897e9868 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -95,8 +95,6 @@ public: static BOOL createUploadFile(const std::string& filename, const std::string& out_filename, const U8 codec); static LLPointer<LLImageJ2C> convertToUploadFile(LLPointer<LLImageRaw> raw_image); static void processImageNotInDatabase( LLMessageSystem *msg, void **user_data ); - static void receiveImageHeader(LLMessageSystem *msg, void **user_data); - static void receiveImagePacket(LLMessageSystem *msg, void **user_data); public: LLViewerTextureList(); |