diff options
author | Baker Linden <baker@lindenlab.com> | 2013-08-30 16:38:25 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2013-08-30 16:38:25 -0700 |
commit | 1299f6d63fbe313329e6e5ced7be797e2a23d6a7 (patch) | |
tree | b228a3f7e776afb16bae94d86ff4eb75e7ccb847 /indra/newview/llpanelgroupinvite.cpp | |
parent | 4945ae17d3692f089ce6c996f6585a5e5b308e4d (diff) |
- Got all major functionality working
- Changed PUT and DEL to POST which accepts an enum for a create or delete
Diffstat (limited to 'indra/newview/llpanelgroupinvite.cpp')
-rwxr-xr-x | indra/newview/llpanelgroupinvite.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelgroupinvite.cpp b/indra/newview/llpanelgroupinvite.cpp index c990584d22..43d94b36fc 100755 --- a/indra/newview/llpanelgroupinvite.cpp +++ b/indra/newview/llpanelgroupinvite.cpp @@ -48,9 +48,6 @@ #include "llviewerwindow.h" -// BAKER TODO: -// Figure out how to use LLHandle<LLPanel> to make this safer -//bool invite_owner_callback(LLPanelGroupInvite panel, const LLSD& notification, const LLSD& response) bool invite_owner_callback(LLHandle<LLPanel> panel_handle, const LLSD& notification, const LLSD& response) { LLPanelGroupInvite* panel = dynamic_cast<LLPanelGroupInvite*>(panel_handle.get()); |