Merge lp:~fboucault/unity-2d/shell_dead_code into lp:~unity-2d-team/unity-2d/unity-2d-shell

Proposed by Florian Boucault
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 982
Merge reported by: Albert Astals Cid
Merged at revision: not available
Proposed branch: lp:~fboucault/unity-2d/shell_dead_code
Merge into: lp:~unity-2d-team/unity-2d/unity-2d-shell
Diff against target: 14 lines (+0/-4)
1 file modified
shell/Shell.qml (+0/-4)
To merge this branch: bzr merge lp:~fboucault/unity-2d/shell_dead_code
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
Review via email: mp+92007@code.launchpad.net

Description of the change

[shell] Removed broken and thanksfully dead code.

To post a comment you must log in.
Revision history for this message
Albert Astals Cid (aacid) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'shell/Shell.qml'
2--- shell/Shell.qml 2012-02-08 10:51:55 +0000
3+++ shell/Shell.qml 2012-02-08 10:57:22 +0000
4@@ -54,10 +54,6 @@
5
6 Behavior on x { NumberAnimation { duration: 125 } }
7
8- onLoaded: if (declarativeView.dashActive) {
9- launcherLoader.visibilityController.forceVisibleBegin("dash")
10- }
11-
12 Connections {
13 target: declarativeView
14 onDashActiveChanged: {

Subscribers

People subscribed via source and target branches