diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-07-01 12:43:26 (GMT) |
---|---|---|
committer | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-07-22 18:04:41 (GMT) |
commit | 1ead82df833086eede2e2959705e1d9e8c15c389 (patch) | |
tree | 4fe33ba184577dfcc076951963926c89f40b3f5f | |
parent | 4610f2b6e28c97b73b7231cac33b828f17b99ca1 (diff) | |
download | Qt-1ead82df833086eede2e2959705e1d9e8c15c389.zip Qt-1ead82df833086eede2e2959705e1d9e8c15c389.tar.gz Qt-1ead82df833086eede2e2959705e1d9e8c15c389.tar.bz2 |
Avoid some warnings (unused variables)
-rw-r--r-- | src/gui/graphicsview/qgraphicsanchorlayout_p.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp index 8b661e3..5963d16 100644 --- a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp +++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp @@ -274,8 +274,6 @@ void QGraphicsAnchorLayoutPrivate::simplifyGraph(QGraphicsAnchorLayoutPrivate::O bool forward; AnchorVertex *prev = beforeSequence; int intervalFrom = 0; - int intervalTo = candidates.count() + 1; - bool forwardSet = false; // Check for directionality (origin). We don't want to destroy that information, // thus we only combine anchors with the same direction. |