Skip to content

Commit

Permalink
Removed System.addStation - do it yourself.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Nov 3, 2014
1 parent 4c05112 commit bc23089
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ def __init__(self, ID, dbname, posX, posY, posZ):
self.stations = []


def addStation(self, station):
if not station in self.stations:
self.stations.append(station)


def name(self):
return self.dbname.upper()

Expand Down

0 comments on commit bc23089

Please sign in to comment.