diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp
index 1ba1d2f0f06ac554576a04f715ab668e7fa96778..330a21ef653a0fe4bca67c623402d4a7cc16e9e3 100644
--- a/indra/newview/llnearbychathandler.cpp
+++ b/indra/newview/llnearbychathandler.cpp
@@ -363,10 +363,8 @@ static bool sort_toasts_predicate(LLHandle<LLToast> first, LLHandle<LLToast> sec
 void LLNearbyChatScreenChannel::arrangeToasts()
 {
 	if(mStopProcessing || isHovering())
-
 		return;
 
-	LLLayoutStack::updateClass();
 	LLView* floater_snap_region = gViewerWindow->getRootView()->getChildView("floater_snap_region");
 
 	if (!getParent())