Skip to content

Commit abb5f4c

Browse files
committed
a code wash
1 parent 4616b8e commit abb5f4c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/analysis/network/qgsgraphbuilder.h

-14
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@ class QgsGraph;
3535

3636
class ANALYSIS_EXPORT QgsGraphBuilder : public QgsGraphBuilderInterface
3737
{
38-
private:
39-
/**
40-
* \class QgsPointCompare
41-
* \brief equivalence ratio
42-
*/
43-
class QgsPointCompare
44-
{
45-
public:
46-
bool operator()( const QgsPoint& a, const QgsPoint& b ) const
47-
{
48-
return a.x() == b.x() ? a.y() < b.y() : a.x() < b.x();
49-
}
50-
};
51-
5238
public:
5339
/**
5440
* default constructor

0 commit comments

Comments
 (0)