diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-01-11 07:30:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-01-11 07:30:09 +0000 |
| commit | cfe9c94712a2ff6849b123672e51b603f20e76ae (patch) | |
| tree | d3377768830691887a801cc7b45c3e8adb0c2c55 /src/libavoid | |
| parent | gimpcolorwheel: Clean up drawing functions (diff) | |
| download | inkscape-cfe9c94712a2ff6849b123672e51b603f20e76ae.tar.gz inkscape-cfe9c94712a2ff6849b123672e51b603f20e76ae.zip | |
Warning and dead code cleanup.
(bzr r12014)
Diffstat (limited to 'src/libavoid')
| -rw-r--r-- | src/libavoid/orthogonal.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libavoid/orthogonal.cpp b/src/libavoid/orthogonal.cpp index 772fc9668..d0a899252 100644 --- a/src/libavoid/orthogonal.cpp +++ b/src/libavoid/orthogonal.cpp @@ -204,12 +204,6 @@ class ShiftSegment }; typedef std::list<ShiftSegment> ShiftSegmentList; -static bool cmpShiftSegment(const ShiftSegment& u, const ShiftSegment& v) -{ - return u < v; -} - - struct Node; struct CmpNodePos { bool operator()(const Node* u, const Node* v) const; }; |
