Merge lp:~dandrader/unity/phablet_removeUnusedFunction into lp:unity/phablet

Proposed by Daniel d'Andrada
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 640
Proposed branch: lp:~dandrader/unity/phablet_removeUnusedFunction
Merge into: lp:unity/phablet
Diff against target: 20 lines (+0/-10)
1 file modified
Applications/applications.js (+0/-10)
To merge this branch: bzr merge lp:~dandrader/unity/phablet_removeUnusedFunction
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Albert Astals Cid (community) Approve
Review via email: mp+161509@code.launchpad.net

Commit message

Remove unused function

Description of the change

Remove unused function

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

Looks good, let's wait for CI

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Applications/applications.js'
2--- Applications/applications.js 2013-04-05 11:42:20 +0000
3+++ Applications/applications.js 2013-04-29 21:47:25 +0000
4@@ -14,16 +14,6 @@
5 * along with this program. If not, see <http://www.gnu.org/licenses/>.
6 */
7
8-function createApplicationForDesktopFile(desktopFile) {
9- var applicationData = __availableApplications[desktopFile];
10- if (applicationData) {
11- var component = Qt.createComponent("Application.qml");
12- return component.createObject(null, {"desktopFile": desktopFile});
13- } else {
14- return null;
15- }
16-}
17-
18 // FIXME: mimic qtubuntu's Application.Stage enum
19 var MainStage = 0;
20 var SideStage = 1;

Subscribers

People subscribed via source and target branches