Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Jun 3, 2017
1 parent b77a551 commit cb623e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
3 changes: 0 additions & 3 deletions qml/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def __init__(self):

def get_disturbances(self):
return network.connection.send("/disturbances?format=json&lang=" + language.lang)
#import json
# jsonstr = '{"disturbance":[{"description":"Delayed train traffic. Disruption for an undetermined amount of time. Listen to the announcements in the train station.","id":"0","link":"http://www.belgianrail.be/jp/sncb-nmbs-routeplanner/help.exe/en?tpl=showmap_external&messageID=20051&channelFilter=timetable,twitter,rss_line_10,livemap&","timestamp":"1494785563","title":"Ottignies - Rixensart: Persons on the tracks."}],"timestamp":"1494786106","version":"1.1"}'
#return json.loads(jsonstr)

class _Connection(object):
def __init__(self):
Expand Down
12 changes: 0 additions & 12 deletions qml/cover/CoverPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,5 @@ CoverBackground {
anchors.centerIn: parent
text: qsTr("BeRail")
}

CoverActionList {
id: coverAction

CoverAction {
iconSource: "image://theme/icon-cover-next"
}

CoverAction {
iconSource: "image://theme/icon-cover-pause"
}
}
}

83 changes: 0 additions & 83 deletions rpm/harbour-berail.spec.1750

This file was deleted.

0 comments on commit cb623e8

Please sign in to comment.