diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-10-12 17:49:36 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-10-12 17:49:36 -0700 |
commit | 17a04f8231a0787a7e72c7b3ad5cf37b08a466d0 (patch) | |
tree | 1d8bd0b9a79a190b079447fb8f1090bd9d745ac4 /indra/newview/CMakeLists.txt | |
parent | ec57776a23f36a9df02ee614c4f0ef20fcea0c7c (diff) |
EVE-47 - Event formatting should appear in "Profile" window
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl
EVE-72 - Modify viewer to make the event profile window be an html control
This is basically a reworking of the event profile display to remove all in-viewer
specific event display rendering, in preparation for richtext descriptions.
Most was removal of code.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index d685e6ae36..e15cc368e6 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -139,7 +139,6 @@ set(viewer_SOURCE_FILES lldriverparam.cpp lldynamictexture.cpp llemote.cpp - lleventinfo.cpp lleventnotifier.cpp lleventpoll.cpp llexpandabletextbox.cpp @@ -667,7 +666,6 @@ set(viewer_HEADER_FILES lldriverparam.h lldynamictexture.h llemote.h - lleventinfo.h lleventnotifier.h lleventpoll.h llexpandabletextbox.h |