From 2a5a70442b6fc22f583a86c35c9967dcf7fa2853 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Wed, 1 Aug 2007 03:49:05 +0200 Subject: [PATCH] Removed AlgebraicNotation from the variant API. --- src/hlvariant/tagua_wrapped.h | 5 ----- src/tagua.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/hlvariant/tagua_wrapped.h b/src/hlvariant/tagua_wrapped.h index bde67b7..df98021 100644 --- a/src/hlvariant/tagua_wrapped.h +++ b/src/hlvariant/tagua_wrapped.h @@ -286,11 +286,6 @@ namespace HLVariant { } } - virtual MovePtr getMove(const AlgebraicNotation&) const { - // BROKEN - return MovePtr(); - } - virtual MovePtr getMove(const QString& san) const { Serializer serializer(Serializer::COMPACT); Move res = serializer.deserialize(san, m_state); diff --git a/src/tagua.h b/src/tagua.h index eb9ffda..5ca2739 100644 --- a/src/tagua.h +++ b/src/tagua.h @@ -273,11 +273,6 @@ public: /** * Return a move from an algebraic notation, or a null pointer. */ - virtual MovePtr getMove(const class AlgebraicNotation&) const = 0; - - /** - * Return a move from an algebraic notation, or a null pointer. - */ virtual MovePtr getMove(const QString&) const = 0; /** -- 2.11.4.GIT