From eac63735fb84ba3b59b5fc887d959e1492ef246d Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 2 May 2016 16:29:28 -0500 Subject: spring cleaning --- src/creature.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/creature.cpp') diff --git a/src/creature.cpp b/src/creature.cpp index 01882a3..9404ba2 100644 --- a/src/creature.cpp +++ b/src/creature.cpp @@ -157,12 +157,3 @@ bool Creature::Action() return false; } - -Location Creature::getLocation() -{ - //returns location object of the specific creature - //Location L(xPosition, yPosition, 1); - return L; -} - - -- cgit v1.2.3