diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-25 08:55:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-25 08:55:32 -0400 |
commit | 32e990618e8137e7dd5fc307fe533095709e4c9c (patch) | |
tree | c4b0a624ddad19fa0e21b9b056aa4d5643f4a32c /indra/newview/llfloaterdaycycle.h | |
parent | c5987522881a5254dd070d4f8daedb80ede4b2b8 (diff) | |
parent | 5fc0cd9bf7d0c7f97bb63c5f887cce27e27a05f9 (diff) |
merge changes for storm-1156
Diffstat (limited to 'indra/newview/llfloaterdaycycle.h')
-rw-r--r-- | indra/newview/llfloaterdaycycle.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/newview/llfloaterdaycycle.h b/indra/newview/llfloaterdaycycle.h index b09d1d5bf4..1454298269 100644 --- a/indra/newview/llfloaterdaycycle.h +++ b/indra/newview/llfloaterdaycycle.h @@ -83,15 +83,6 @@ public: /// if you change the combo box, change the frame static void onKeyPresetChanged(LLUICtrl* ctrl, void* userData); - /// run this when user says to run the sky animation - static void onRunAnimSky(void* userData); - - /// run this when user says to stop the sky animation - static void onStopAnimSky(void* userData); - - /// if you change the combo box, change the frame - static void onTimeRateChanged(LLUICtrl* ctrl, void* userData); - /// add a new key on slider static void onAddKey(void* userData); @@ -101,15 +92,6 @@ public: /// delete a key frame static void onDeleteKey(void* userData); - /// button to load day - static void onLoadDayCycle(void* userData); - - /// button to save day - static void onSaveDayCycle(void* userData); - - /// toggle for Linden time - static void onUseLindenTime(void* userData); - //// menu management |