Remove superfluous copying of machine move
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 16 Jan 2011 20:56:14 +0000 (21:56 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 29 Jan 2011 02:15:59 +0000 (18:15 -0800)
commitc8a5fc25c8c93671385ab3662214ce66c33ebf8d
treeac919afeea860da59c2c38df444b6ae304e31bb6
parentecc378d8413d426248d1ea681e2666ec5c13d3e4
Remove superfluous copying of machine move

There was explicit code in HandleMachineMove() and FinishMove() to put
the move in the moveList, while MakeMove() already does this later in a
more reliable way by calling CoordsToComputerAlgebraic(). This
superfluous code is removed now.
backend.c