Skip to content

Commit

Permalink
a code wash
Browse files Browse the repository at this point in the history
  • Loading branch information
stopa85milk committed Jun 2, 2011
1 parent 4616b8e commit abb5f4c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/analysis/network/qgsgraphbuilder.h
Expand Up @@ -35,20 +35,6 @@ class QgsGraph;

class ANALYSIS_EXPORT QgsGraphBuilder : public QgsGraphBuilderInterface
{
private:
/**
* \class QgsPointCompare
* \brief equivalence ratio
*/
class QgsPointCompare
{
public:
bool operator()( const QgsPoint& a, const QgsPoint& b ) const
{
return a.x() == b.x() ? a.y() < b.y() : a.x() < b.x();
}
};

public:
/**
* default constructor
Expand Down

0 comments on commit abb5f4c

Please sign in to comment.