From 40b4b470238e5207c0663be6415c99f45b47e9ad Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Sat, 3 Dec 2011 18:52:04 +0100 Subject: [PATCH] Silly build fix --- indra/newview/llmeshrepository.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 99f2f68cd..ae3d4ddc5 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -26,7 +26,6 @@ #include "llviewerprecompiledheaders.h" -#if MESH_ENABLED #include "apr_pools.h" #include "apr_dso.h" #include "llhttpstatuscodes.h" @@ -3333,7 +3332,6 @@ void LLPhysicsDecomp::doDecompositionSingleHull() completeCurrent(); } -#endif //MESH_IMPORT }