git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58610 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -73,11 +73,6 @@ class TimelineFrame(wx.Frame):
wx.Frame.__init__(self, parent, id=wx.ID_ANY, title=_("Timeline Tool"))
tgis.init()
- self.is_standalone = False
- # Check if a parent exists. The module g.gui.timeline runs in stand alone mode
- # in case there is no parent.
- if parent is None:
- self.is_standalone = True
self.datasets = []
self.timeData = {}
self._layout()