diff options
author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-04-21 10:42:23 +0200 |
---|---|---|
committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-04-21 12:02:46 +0000 |
commit | 5bc5b91acbeaa6cb3b580a93e425d7db4ac6b8cc (patch) | |
tree | 867c6e85c8f844dac16c1c4537955608e56a48cb /src | |
parent | 734cef951b9f93a930c02dcfecd03d51b17c41f9 (diff) | |
download | qtquickcontrols-5bc5b91acbeaa6cb3b580a93e425d7db4ac6b8cc.tar.gz |
PieMenu: Remove unused declared variable
Change-Id: Ie92d117c2ad9c6d9540c22594daeb3823db75b26
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/extras/PieMenu.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extras/PieMenu.qml b/src/extras/PieMenu.qml index 49698c15..39e7fa39 100644 --- a/src/extras/PieMenu.qml +++ b/src/extras/PieMenu.qml @@ -499,7 +499,6 @@ Control { var sectionEnd = __protectedScope.sectionEndAngle(itemIndex) + Math.PI / 2; var selAngle = selectionAngle; - var pastStart = selAngle >= sectionStart; var isWithinOurAngle = false; if (sectionStart > CppUtils.MathUtils.pi2) { |