From e2cd8c01425c08e07d4ad6c6ed0a8535c46a9ae5 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 24 Oct 2012 10:06:35 -0400 Subject: remove unused, commented, functions --- fly-tools/FlyObject.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fly-tools') diff --git a/fly-tools/FlyObject.h b/fly-tools/FlyObject.h index 10dbd4f..e7c0b82 100644 --- a/fly-tools/FlyObject.h +++ b/fly-tools/FlyObject.h @@ -1,6 +1,5 @@ /* * FlyObject.h - * * * Created by Md. Alimoor Reza on 6/26/10. * Copyright 2010 Drexel University. All rights reserved. @@ -14,7 +13,6 @@ using namespace std; class FlyObject { public: - //FlyObject(int area, pair centroid, pair majorAxisEV, pair velocityV, vector > areaCoord); FlyObject(int area, pair centroid, pair majorAxisEV, pair velocityV,bool headIsInDirectionMAEV, pair head, double speed); FlyObject(const FlyObject &f); int getArea() const; @@ -24,7 +22,6 @@ public: bool getHeadIsInDirectionMAEV() const; pair getHead() const; double getSpeed() const; - //vector > getAreaCoord() const; void setArea(int area); void setCentroid(pair); void setMajorAxisEV(pair); @@ -33,13 +30,11 @@ public: void setHeadIsInDirectionMAEV(bool); void setHead(pair head); void setSpeed(double speed); - //void setAreaCoord(vector >); void output(ostream &out); private: int area; - //vector > areaCoord; pair centroid; pair majorAxisEV; pair velocityV; -- cgit v1.2.3