friendschat: remove unused title strings

This commit is contained in:
Max Weber
2021-05-19 06:05:34 -06:00
parent 401fbf3ca4
commit 56dcbe2e63

View File

@@ -96,8 +96,6 @@ import net.runelite.client.util.Text;
public class FriendsChatPlugin extends Plugin
{
private static final int MAX_CHATS = 10;
private static final String TITLE = "FC";
private static final String RECENT_TITLE = "Recent FCs";
private static final int MESSAGE_DELAY = 10;
@Inject