diff options
author | Richard Linden <none@none> | 2013-04-11 19:41:36 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-11 19:41:36 -0700 |
commit | 9b48f536c112dc68f8cbda9870587f0d16b9bc9d (patch) | |
tree | 487fd6c6592b8e9771fabc74603a3729857c8d23 /indra/llui/llnotificationtemplate.h | |
parent | bdc6d58b7e84bc81977148995b0028f7420eee65 (diff) |
deleted unused .cpp file
Diffstat (limited to 'indra/llui/llnotificationtemplate.h')
-rw-r--r-- | indra/llui/llnotificationtemplate.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h index b3b0bae862..98ed602a09 100644 --- a/indra/llui/llnotificationtemplate.h +++ b/indra/llui/llnotificationtemplate.h @@ -28,33 +28,9 @@ #ifndef LL_LLNOTIFICATION_TEMPLATE_H #define LL_LLNOTIFICATION_TEMPLATE_H -//#include <string> -//#include <list> -//#include <vector> -//#include <map> -//#include <set> -//#include <iomanip> -//#include <sstream> -// -//#include <boost/utility.hpp> -//#include <boost/shared_ptr.hpp> -//#include <boost/enable_shared_from_this.hpp> -//#include <boost/type_traits.hpp> -// -//// we want to minimize external dependencies, but this one is important -//#include "llsd.h" -// -//// and we need this to manage the notification callbacks -//#include "llevents.h" -//#include "llfunctorregistry.h" -//#include "llpointer.h" #include "llinitparam.h" -//#include "llnotificationslistener.h" -//#include "llnotificationptr.h" -//#include "llcachename.h" #include "llnotifications.h" - typedef boost::shared_ptr<LLNotificationForm> LLNotificationFormPtr; // This is the class of object read from the XML file (notifications.xml, |