diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-04 20:24:38 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-04 20:24:38 +0300 |
| commit | 47cbcb61f8b7cbfb0f14043118c4e50b100d0068 (patch) | |
| tree | a227eeb9de0c831dbec3bcadafbd39817c037f1a /indra/newview/llface.cpp | |
| parent | 56715de2cfc326da3e28d9ae70ba6288db50f7ac (diff) | |
DRTVWR-493 Cleaned up unneded inits.
Diffstat (limited to 'indra/newview/llface.cpp')
| -rw-r--r-- | indra/newview/llface.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index b2da5bb9f8..004e4a6262 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -228,12 +228,6 @@ void LLFace::destroy() mVObjp = NULL; } - -// static -void LLFace::initClass() -{ -} - void LLFace::setWorldMatrix(const LLMatrix4 &mat) { LL_ERRS() << "Faces on this drawable are not independently modifiable\n" << LL_ENDL; |
