From 0e85e19ee7530b4d41668982e0b10f04d6f29741 Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Mon, 23 Jul 2018 22:06:24 -0400 Subject: STARTREK: Move function descriptions to headers --- engines/startrek/iwfile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/startrek/iwfile.cpp') diff --git a/engines/startrek/iwfile.cpp b/engines/startrek/iwfile.cpp index d97c20e7ea..9e9131f151 100644 --- a/engines/startrek/iwfile.cpp +++ b/engines/startrek/iwfile.cpp @@ -51,10 +51,6 @@ bool iwSorter(const Common::Point &p1, const Common::Point &p2) { return p1.y < p2.y; } -/** - * Returns the index of the nearest "key position" in the room that an object can walk to - * (in a straight line) from a given position. - */ int IWFile::getClosestKeyPosition(int16 x, int16 y) { // This is a sorted list of indices from 0 to _numEntries-1. // The index is stored in Point.x, and the "cost" (distance from position) is stored -- cgit v1.2.3