diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:26:10 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-09 14:26:10 +0000 |
commit | fbf57b442b7291b354f63f46c3bdfb1b85439866 (patch) | |
tree | dcf651c228d51162291ccf91de28b60e3b7faf69 | |
parent | 5561001c926cb0f005d54cb5e9cf4f57d5e0ba15 (diff) |
... remove unused llrandgauss.h
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'.
-rw-r--r-- | indra/llmath/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt index 8ae643099f..7957c32be2 100644 --- a/indra/llmath/CMakeLists.txt +++ b/indra/llmath/CMakeLists.txt @@ -55,7 +55,6 @@ set(llmath_HEADER_FILES llplane.h llquantize.h llquaternion.h - llrandgauss.h llrect.h llsphere.h lltreenode.h |