浏览代码

Removed unneeded code.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58610 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 11 年之前
父节点
当前提交
9f066f0b4c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      gui/wxpython/timeline/frame.py

+ 0 - 5
gui/wxpython/timeline/frame.py

@@ -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()