sessionMode: Remove initial-setup mode

Now that we have external session modes, we can simply
make gnome-initial-setup bundle its own mode.
This commit is contained in:
Jasper St. Pierre 2013-04-17 15:07:24 -04:00
parent 660b801775
commit eab1ab0fac

View File

@ -78,17 +78,6 @@ const _modes = {
panelStyle: 'unlock-screen'
},
'initial-setup': {
hasWindows: true,
isPrimary: true,
components: ['networkAgent', 'keyring'],
panel: {
left: [],
center: [],
right: ['a11yGreeter', 'keyboard', 'volume', 'battery']
}
},
'user': {
hasOverview: true,
showCalendarEvents: true,