forked from External/mage
removed unused method from MageClient interface
This commit is contained in:
parent
a4f73a9fde
commit
af345ac299
3 changed files with 0 additions and 13 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue