Remove commented out code
authorLuciano Montanaro <mikelima@cirulla.net>
Sat, 4 Jan 2014 14:09:10 +0000 (15:09 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Sat, 4 Jan 2014 14:09:10 +0000 (15:09 +0100)
application/resources/sailfish/qml/pages/StationPage.qml

index a892462..a2b8fef 100644 (file)
@@ -134,17 +134,8 @@ Page {
             }
         ]
 
-        /*
-        StationScheduleModel {
-            id: schedule
-            onNameChanged: view.updateStation()
-            onLayoutChanged: if (error) view.state = "error"
-                             else view.state = "ready"
-        }
-        */
         Connections {
             target: schedule
-            // onNameChanged: view.updateStation()
             onLayoutChanged: if (schedule.error) view.state = "error"
                              else view.state = "ready"
         }