From 28c9537398434a75a0a46c401754b1048b4d91e1 Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Wed, 15 Jul 2009 16:02:31 +0000 Subject: 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. --- indra/newview/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview') 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 -- cgit v1.2.3