Remove double definition

This commit is contained in:
Crzyrndm 2018-05-31 15:43:58 +12:00
parent b6e44f1faa
commit 62f7eecf65

View File

@ -219,11 +219,6 @@ public:
/// </summary>
const reference operator*() const;
/// <summary>
/// Dereferences this iterator to return the cell it points to.
/// </summary>
const cell operator*() const;
/// <summary>
/// Returns true if this iterator is equivalent to other.
/// </summary>