diff options
| author | Aimee Linden <aimee@lindenlab.com> | 2010-05-27 11:41:07 +0100 |
|---|---|---|
| committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-27 11:41:07 +0100 |
| commit | d821d371e30cb7fcf32b6fae12ef4557e729bca3 (patch) | |
| tree | 60f3a4ceb79041e1d8ac938c991be518859efcfa /indra/newview/llfloatervoiceeffect.h | |
| parent | 7ab53a6eec2617357ad6d7e7b2f2a3879a663124 (diff) | |
EXT-7138 WIP Removed now redundant onClickAdd callback from the Voice Effect preview floater.
Cleaned up comments.
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.h')
| -rw-r--r-- | indra/newview/llfloatervoiceeffect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloatervoiceeffect.h b/indra/newview/llfloatervoiceeffect.h index 46b241bd17..2a8330c72a 100644 --- a/indra/newview/llfloatervoiceeffect.h +++ b/indra/newview/llfloatervoiceeffect.h @@ -1,5 +1,6 @@ /** * @file llfloatervoiceeffect.h + * @author Aimee * @brief Selection and preview of voice effects. * * $LicenseInfo:firstyear=2010&license=viewergpl$ @@ -62,9 +63,8 @@ private: void onClickRecord(); void onClickPlay(); void onClickStop(); - void onClickAdd(); -// void onClickActivate(); - +// void onClickActivate(); + LLUUID mSelectedID; LLScrollListCtrl* mVoiceEffectList; }; |
