summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMartin Reddy <lynx@lindenlab.com>2009-07-15 16:02:31 +0000
committerMartin Reddy <lynx@lindenlab.com>2009-07-15 16:02:31 +0000
commit28c9537398434a75a0a46c401754b1048b4d91e1 (patch)
tree05b1c2a3bb7cd69822491f989aebd409cc9f9e79 /indra/newview
parent7cdaba233244746ccfe40cb8e5542ac63fc1927f (diff)
DEV-35500: Write new llmath unit tests
- Added unit tests for LLRect and LLBBoxLocal in indra/test - Moved newview/LLBBox to llmath, and added unit tests for it - Removed methods in llbboxlocal.h and llbbox.h that were not actually implemented (declared in .h, but not defined in cpp) Reviewed by babbage.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 8becd814e7..d9d2f6f732 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -79,7 +79,6 @@ set(viewer_SOURCE_FILES
llavatarlist.cpp
llavatarlistitem.cpp
llavatarpropertiesprocessor.cpp
- llbbox.cpp
llbottomtray.cpp
llbox.cpp
llbreadcrumbview.cpp
@@ -501,7 +500,6 @@ set(viewer_HEADER_FILES
llavatarlist.h
llavatarlistitem.h
llavatarpropertiesprocessor.h
- llbbox.h
llbottomtray.h
llbox.h
llbreadcrumbview.h