DroidFish: Removed obsolete FIXME item.

This commit is contained in:
Peter Osterlund 2011-11-13 20:36:34 +00:00
parent 7cc120f2a3
commit 96047e29ec

View File

@ -100,7 +100,6 @@ import android.widget.Toast;
public class DroidFish extends Activity implements GUIInterface { public class DroidFish extends Activity implements GUIInterface {
// FIXME!!! book.txt (and test classes) should not be included in apk // FIXME!!! book.txt (and test classes) should not be included in apk
// FIXME!!! There should only be one Book.java file
// FIXME!!! Current position in game should be visible: moveListScroll.scrollTo(0, y); // FIXME!!! Current position in game should be visible: moveListScroll.scrollTo(0, y);
// FIXME!!! PGN view option: game continuation (for training) // FIXME!!! PGN view option: game continuation (for training)