Changeset f4480f0 in sasview for src/sas


Ignore:
Timestamp:
Nov 24, 2017 9:49:44 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
6cb305a, 19fce84
Parents:
8f83719f
Message:

Removed unused method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/DMaxExplorerWidget.py

    r8f83719f rf4480f0  
    9999        self.mapper.toFirst() 
    100100 
    101     def variableChanged(self, index): 
    102         """ 
    103         Respond to combobox update 
    104         """ 
    105         # Just fire the model change signal, mate 
    106         pass 
    107  
    108101    def modelChanged(self, item): 
    109102        if not self.mapper: 
Note: See TracChangeset for help on using the changeset viewer.