diff options
author | 2022-12-10 10:33:06 +0900 | |
---|---|---|
committer | 2023-11-26 20:11:47 +0900 | |
commit | 35c1c5fe90629bfca76b82fc5b6180fa18cf648b (patch) | |
tree | da6dc2e70034c67450eab291c9dcf28122e90eda /GUIModel/Menu | |
parent | a16c6201be94a57eb8151a91699084d99694877c (diff) |
Remove map movie from cluster-refgui
The cluster-refgui include big map move for GUI demonstration.
But it does not use in cluster-refgui.
This patch remove map movie from repositry.
Bug-AGL: SPEC-4991
Change-Id: Ieebf7a78a281feb0f4075d09374dd3905b6f4eb6
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'GUIModel/Menu')
-rw-r--r-- | GUIModel/Menu/Menu.qml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/GUIModel/Menu/Menu.qml b/GUIModel/Menu/Menu.qml index c242730..9610b49 100644 --- a/GUIModel/Menu/Menu.qml +++ b/GUIModel/Menu/Menu.qml @@ -30,16 +30,6 @@ Item{ menuShade.startAnimationNormalToAdas() } - onTransAdasToMap:{ - /**/ - } - - onTransMapToNormal:{ - menuMain.startAnimationMapToNormal() - menuContents.startAnimationMapToNormal() - menuShade.startAnimationMapToNormal() - } - onKeyPressed_Up:{ if(menu.state === "open"){ menuMain.incrementIndex() |