Ver Fonte

Removing deprecated/unused method.

Zoey76 há 10 anos atrás
pai
commit
434709f460
1 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 6
      L2J_Server/java/com/l2jserver/gameserver/util/Util.java

+ 0 - 6
L2J_Server/java/com/l2jserver/gameserver/util/Util.java

@@ -647,12 +647,6 @@ public final class Util
 		sendCBHtml(activeChar, html, fillMultiEdit, 0);
 	}
 	
-	@Deprecated
-	public static void sendCBHtml(L2PcInstance activeChar, String html, String fillMultiEdit, boolean buildHtmlActionCache)
-	{
-		sendCBHtml(activeChar, html, fillMultiEdit, buildHtmlActionCache ? 0 : -1);
-	}
-	
 	/**
 	 * Helper method to send a community board html to the specified player.<br>
 	 * It fills a multiedit field in the send html if {@code fillMultiEdit}<br>