Skip to content

Commit

Permalink
Update src/analysis/network/qgsgraph.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
nyalldawson and nirvn committed Nov 9, 2021
1 parent fe896e3 commit 74ee4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analysis/network/qgsgraph.cpp
Expand Up @@ -82,7 +82,6 @@ const QgsGraphEdge &QgsGraph::edge( int idx ) const

// unreachable...
return ( *const_cast< QHash<int, QgsGraphEdge>* >( &mGraphEdges ) )[ idx ];

}

void QgsGraph::removeEdge( int index )
Expand Down

0 comments on commit 74ee4c0

Please sign in to comment.