summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/StudioRendererTranslation.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-02-05 16:14:27 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-02-06 06:58:53 +0000
commita6a1ed2bee47d16e0b7876a1694da3ac93e35cc8 (patch)
treeeba808a1f79cab7a683f1eda992241f4b1045fb5 /src/Authoring/Studio/Render/StudioRendererTranslation.h
parent1b2665ac7d6d63663e061682f8b31d66fd3ffdfb (diff)
Remove nudging with arrow keys functionality
According to UX people, the nudge functionality is not desirable, so remove it. Task-number: QT3DS-954 Change-Id: Ie73ecec098c9d9215d95c7913ed153a6aaed2aa6 Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Render/StudioRendererTranslation.h')
-rw-r--r--src/Authoring/Studio/Render/StudioRendererTranslation.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Authoring/Studio/Render/StudioRendererTranslation.h b/src/Authoring/Studio/Render/StudioRendererTranslation.h
index cee214e8..8ac17d39 100644
--- a/src/Authoring/Studio/Render/StudioRendererTranslation.h
+++ b/src/Authoring/Studio/Render/StudioRendererTranslation.h
@@ -614,12 +614,6 @@ namespace studio {
CPt inPreviousMouseCoords, CPt inMouseCoords,
CUpdateableDocumentEditor &inEditor);
- // Pulled directly from old studio's Node.cpp.
- void OnNudge(ENudgeDirection inDirection, int inToolmode, int inFlags,
- CUpdateableDocumentEditor &inEditor);
-
- void OnNudgeFinished() { m_KeyRepeat = 0; }
-
void RequestRender()
{
if (m_ComponentSecondsDepth == 0)