summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupinvite.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2013-08-30 16:38:25 -0700
committerBaker Linden <baker@lindenlab.com>2013-08-30 16:38:25 -0700
commit1299f6d63fbe313329e6e5ced7be797e2a23d6a7 (patch)
treeb228a3f7e776afb16bae94d86ff4eb75e7ccb847 /indra/newview/llpanelgroupinvite.cpp
parent4945ae17d3692f089ce6c996f6585a5e5b308e4d (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-xindra/newview/llpanelgroupinvite.cpp3
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());