summaryrefslogtreecommitdiff
path: root/indra/newview/lldaycyclemanager.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-11-13 14:40:54 -0800
committerRider Linden <rider@lindenlab.com>2017-11-13 14:40:54 -0800
commitb227c86b450134f17ec0624655e1e4c5cb5ba89d (patch)
tree78d44d9225fd5b85652b5fc133ff7456b40e23e4 /indra/newview/lldaycyclemanager.h
parentb37eb2642f6e6e4d1e32a49c7ab31f70321cd979 (diff)
Remove the old wl environment code.
Diffstat (limited to 'indra/newview/lldaycyclemanager.h')
-rw-r--r--indra/newview/lldaycyclemanager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/lldaycyclemanager.h b/indra/newview/lldaycyclemanager.h
index 04db9d5dac..810212c92a 100644
--- a/indra/newview/lldaycyclemanager.h
+++ b/indra/newview/lldaycyclemanager.h
@@ -30,7 +30,6 @@
#include <map>
#include <string>
-#include "llwldaycycle.h"
#include "llwlparammanager.h"
/**
@@ -46,14 +45,14 @@ class LLDayCycleManager : public LLSingleton<LLDayCycleManager>
public:
typedef std::list<std::string> preset_name_list_t;
- typedef std::map<std::string, LLWLDayCycle> dc_map_t;
+// typedef std::map<std::string, LLWLDayCycle> dc_map_t;
typedef boost::signals2::signal<void()> modify_signal_t;
void getPresetNames(preset_name_list_t& names) const;
void getPresetNames(preset_name_list_t& user, preset_name_list_t& sys) const;
void getUserPresetNames(preset_name_list_t& user) const;
- bool getPreset(const std::string name, LLWLDayCycle& day_cycle) const;
+// bool getPreset(const std::string name, LLWLDayCycle& day_cycle) const;
bool getPreset(const std::string name, LLSD& day_cycle) const;
bool presetExists(const std::string name) const;
bool isSystemPreset(const std::string& name) const;