Code cleanup in parser

This commit is contained in:
Alf Magne Kalleland
2013-02-08 01:34:49 +01:00
parent 256b4ea739
commit 9050a454c5
5 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ class GameParser {
private $game;
private $fen;
public function __construct(){
$this->moveParser = new FenParser0x88();
}