From 1c8a5582a2dd23c01bda6002e746a4e5749b21b6 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 1 Oct 2013 18:47:16 -0500 Subject: ZVISION: Remove unnesessary operator overload --- engines/zvision/puzzle.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h index 75ea9541d2..97b839f9a7 100644 --- a/engines/zvision/puzzle.h +++ b/engines/zvision/puzzle.h @@ -74,13 +74,6 @@ struct Puzzle { // This has to be list of pointers because ResultAction is abstract Common::List resultActions; uint flags; - - // Used by the ScriptManager to allow unique-ification of _referenceTable - // The unique-ification is done by sorting, then iterating and removing duplicates - // The sort uses operator< - inline bool operator<(const Puzzle &other) const { - return key < other.key; - } }; } // End of namespace ZVision -- cgit v1.2.3