summaryrefslogtreecommitdiff
path: root/src/components/HMI/app/AppViews.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/app/AppViews.js')
-rw-r--r--src/components/HMI/app/AppViews.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/HMI/app/AppViews.js b/src/components/HMI/app/AppViews.js
index ec31c13399..19f1b4879a 100644
--- a/src/components/HMI/app/AppViews.js
+++ b/src/components/HMI/app/AppViews.js
@@ -37,15 +37,9 @@ SDL.AppViews = Em.ContainerView.extend( {
elementId: 'app',
childViews: [
- SDL.HomeView,
SDL.MediaView,
- SDL.NavigationAppView,
SDL.InfoView,
- SDL.PhoneView,
- SDL.ClimateView,
- SDL.NavigationView,
SDL.ControlButtons,
- SDL.SettingsView,
SDL.TurnByTurnView,
SDL.TBTTurnList,
SDL.OptionsView,
@@ -54,12 +48,7 @@ SDL.AppViews = Em.ContainerView.extend( {
SDL.VRHelpListView,
SDL.ScrollableMessage,
SDL.SliderView,
- SDL.StatusClimateView,
- SDL.StatusMediaView,
- SDL.StatusNavigationView,
SDL.StatusInfoView,
- SDL.StatusPhoneView,
- SDL.TopControls,
SDL.BottomControls,
SDL.TTSPopUp,
SDL.AlertPopUp,