mailr11772 - /branches/bieri_gui/gui_bieri/user_functions/molecule.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 13, 2010 - 11:44:
Author: bugman
Date: Mon Dec 13 11:44:01 2010
New Revision: 11772

URL: http://svn.gna.org/viewcvs/relax?rev=11772&view=rev
Log:
Deleted the unused Delete._evt_mol_sel() method.

This is not needed anymore with the ComboBox.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/molecule.py

Modified: branches/bieri_gui/gui_bieri/user_functions/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/molecule.py?rev=11772&r1=11771&r2=11772&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/molecule.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/molecule.py Mon Dec 13 
11:44:01 2010
@@ -139,17 +139,6 @@
     _spacing = 20
 
 
-    def _evt_mol_sel(self, event):
-        """Select the molecule.
-
-        @param event:   The wx event.
-        @type event:    wx event
-        """
-
-        # Store the choice.
-        self.mol = str(event.GetString())
-
-
     def add_uf(self, sizer):
         """Add the molecule specific GUI elements.
 




Related Messages


Powered by MHonArc, Updated Mon Dec 13 12:20:02 2010