Pretty sure all I did was fix some things that didn't look nice to me or poor syntax highlighters, shouldn't affect performance...
This commit is contained in:
@@ -336,7 +336,7 @@ void LLVoiceCallCapResponder::result(const LLSD& content)
|
||||
LLVoiceChannel* channelp = LLVoiceChannel::getChannelByID(mSessionID);
|
||||
if (channelp)
|
||||
{
|
||||
//*TODO: DEBUG SPAM
|
||||
// *TODO: DEBUG SPAM
|
||||
LLSD::map_const_iterator iter;
|
||||
for(iter = content.beginMap(); iter != content.endMap(); ++iter)
|
||||
{
|
||||
@@ -746,7 +746,7 @@ void LLVoiceChannelGroup::setChannelInfo(
|
||||
}
|
||||
else
|
||||
{
|
||||
//*TODO: notify user
|
||||
// *TODO: notify user
|
||||
llwarns << "Received invalid credentials for channel " << mSessionName << llendl;
|
||||
deactivate();
|
||||
}
|
||||
|
||||
@@ -2171,7 +2171,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
|
||||
case IM_MESSAGEBOX:
|
||||
{
|
||||
// This is a block, modeless dialog.
|
||||
//*TODO:translate
|
||||
// *TODO:translate
|
||||
args["MESSAGE"] = message;
|
||||
LLNotificationsUtil::add("SystemMessage", args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user