diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-09-25 16:14:13 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-09-25 16:52:43 +0300 | 
| commit | 427ed91cf9a7fb156df3fd4873881348a25db142 (patch) | |
| tree | 03916a778411351d4d02ccabb167b984db35ee77 | |
| parent | 108550e68e912168de0736c6fb656b79f0ec0cc2 (diff) | |
post-merge cleanup
| -rw-r--r-- | indra/newview/llmeshrepository.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 919d990ccb..81e49cb1d8 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -343,7 +343,6 @@ public:  	bool skinInfoReceived(const LLUUID& mesh_id, U8* data, S32 data_size);  	bool decompositionReceived(const LLUUID& mesh_id, U8* data, S32 data_size);  	EMeshProcessingResult physicsShapeReceived(const LLUUID& mesh_id, U8* data, S32 data_size); -	LLSD& getMeshHeader(const LLUUID& mesh_id);  	bool hasPhysicsShapeInHeader(const LLUUID& mesh_id);  	void notifyLoadedMeshes(); | 
