mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-13 09:32:39 +01:00
DroidFish: Removed useless overridden function.
This commit is contained in:
@@ -73,12 +73,6 @@ public class CuckooChessEngine extends UCIEngineBase {
|
||||
engineThread.start();
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
@Override
|
||||
public final void initOptions(EngineOptions engineOptions) {
|
||||
super.initOptions(engineOptions);
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
@Override
|
||||
public boolean optionsOk(EngineOptions engineOptions) {
|
||||
|
||||
Reference in New Issue
Block a user