From 35c1c5fe90629bfca76b82fc5b6180fa18cf648b Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sat, 10 Dec 2022 10:33:06 +0900 Subject: 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 --- GUIModel/Menu/Menu.qml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'GUIModel/Menu/Menu.qml') 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() -- cgit