Removed LogArea

This commit is contained in:
Clisprail
2014-04-27 00:54:01 +02:00
parent 8341a02ae3
commit 843f8534c1
@@ -1,22 +0,0 @@
package org.parabot.core.ui.components;
/**
*
* The LogArea of the BotUI
*
* @author Everel
*
*/
@Deprecated
public class LogArea {
@Deprecated
public static void log(String s) {
System.out.println(s);
}
@Deprecated
public static void error(String s) {
System.err.println();
}
}