removed unused method from MageClient interface

This commit is contained in:
North 2014-04-05 16:47:14 +03:00
parent a4f73a9fde
commit af345ac299
3 changed files with 0 additions and 13 deletions

View file

@ -1203,11 +1203,6 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
drafts.put(draftId, draftPanel);
}
@Override
public UUID getId() {
return clientId;
}
@Override
public void connected(final String message) {
if (SwingUtilities.isEventDispatchThread()) {