diff options
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index ba269dd538..c64ed3ff5a 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -125,8 +125,6 @@ private: void updateTabs(); void updateWaterTabs(const LLSettingsWaterPtr_t &p_water); void updateSkyTabs(const LLSettingsSkyPtr_t &p_sky); - void setWaterTabsEnabled(BOOL enable); - void setSkyTabsEnabled(BOOL enable); void updateButtons(); void updateSlider(); //generate sliders from current track void updateTimeAndLabel(); @@ -201,6 +199,9 @@ private: F32 mPlayStartFrame; // an env frame bool mIsPlaying; bool mIsDirty; + bool mCanCopy; + bool mCanMod; + bool mMakeNoTrans; edit_commit_signal_t mCommitSignal; |