remove dead code

This commit is contained in:
Dennis Luxen 2013-11-21 00:05:37 +01:00
parent 7cbadfbd12
commit 8c16686150

View File

@ -99,10 +99,4 @@ inline std::ostream& operator<<(std::ostream &out, const PhantomNode & pn){
return out;
}
struct NodesOfEdge {
NodeID edgeBasedNode;
double ratio;
FixedPointCoordinate projectedPoint;
};
#endif /* PHANTOMNODES_H_ */