Fixed quit warning in network mode
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@543 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
67105d228e
commit
b69608a0d9
5 changed files with 47 additions and 35 deletions
|
@ -63,8 +63,6 @@ public class MockView implements IView {
|
|||
/** */
|
||||
public MockEvent menuNewGameEvent = new MockEvent();
|
||||
/** */
|
||||
public MockEvent menuQuitEvent = new MockEvent();
|
||||
/** */
|
||||
public MockEvent loadEvent = new MockEvent();
|
||||
/** */
|
||||
public MockEvent1<File> saveEvent = new MockEvent1<File>();
|
||||
|
@ -220,11 +218,6 @@ public class MockView implements IView {
|
|||
return menuNewGameEvent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IEvent getMenuQuitEvent() {
|
||||
return menuQuitEvent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IEvent getLoadEvent() {
|
||||
return loadEvent;
|
||||
|
|
Reference in a new issue