From 71d61fb08084a9189fd71fe89b763eeb7ee14fd2 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Wed, 2 Jan 2013 04:47:27 +0200 Subject: [PATCH] Cleaned up commented code --- qml/main.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index f227b91..4a8edb2 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -257,14 +257,6 @@ PageStackWindow { status: cam ? cam.autoFocus.status : -1 } -/* - onDeviceIdChanged: { - // TODO: is this needed ? - if (platformWindow.active) { - cam.start(); - } - } -*/ onError: { if (pipelineManager.error) { // Ignore any subsequent errors. -- 2.25.1