Author: bugman
Date: Thu Nov 13 13:37:23 2014
New Revision: 26565

URL: http://svn.gna.org/viewcvs/relax?rev=26565&view=rev
Log:
Removed an unused dictionary from the GUI wizard object.


Modified:
    trunk/gui/wizards/wiz_objects.py

Modified: trunk/gui/wizards/wiz_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/wizards/wiz_objects.py?rev=26565&r1=26564&r2=26565&view=diff
==============================================================================
--- trunk/gui/wizards/wiz_objects.py    (original)
+++ trunk/gui/wizards/wiz_objects.py    Thu Nov 13 13:37:23 2014
@@ -97,9 +97,6 @@
         # Initilise some variables.
         self.exec_status = False
 
-        # The wizard GUI element storage.
-        self._elements = {}
-
         # Pack a sizer into the panel.
         box_main = wx.BoxSizer(wx.HORIZONTAL)
         self.SetSizer(box_main)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to