Remove unused 'omniscient' class.

This commit is contained in:
Eric S. Raymond 2007-06-28 20:07:09 +00:00
parent eb355e7600
commit f74f534aad

View file

@ -243,14 +243,6 @@ public:
virtual ~viewpoint() {};
};
class omniscient : public viewpoint
{
public:
virtual bool shrouded(int /* x */, int /* y */) const {return false;};
virtual bool fogged(int /* x */, int /* y */) const {return false;};
virtual ~omniscient() {};
};
//a utility function which parses ranges of locations
//into a vector of locations
std::vector<gamemap::location> parse_location_range(const std::string& xvals,