[GRASS-SVN] r58610 - grass/trunk/gui/wxpython/timeline

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 4 18:43:00 PST 2014


Author: huhabla
Date: 2014-01-04 18:43:00 -0800 (Sat, 04 Jan 2014)
New Revision: 58610

Modified:
   grass/trunk/gui/wxpython/timeline/frame.py
Log:
Removed unneeded code.


Modified: grass/trunk/gui/wxpython/timeline/frame.py
===================================================================
--- grass/trunk/gui/wxpython/timeline/frame.py	2014-01-04 21:47:43 UTC (rev 58609)
+++ grass/trunk/gui/wxpython/timeline/frame.py	2014-01-05 02:43:00 UTC (rev 58610)
@@ -73,11 +73,6 @@
         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()



More information about the grass-commit mailing list