Remove double definition

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

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>