Skip to content

Commit

Permalink
Refs #10201. Remove orphan from refl_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Sep 4, 2014
1 parent 089c3d9 commit 672d7cc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -425,16 +425,6 @@ def _autofill(self):
else:
QtGui.QMessageBox.critical(self.tableMain, 'Cannot perform Autofill',"There are no source cells selected.")

def _create_workspace_display_name(self, candidate):
"""
Create a display name from a workspace.
"""
if isinstance(mtd[candidate], WorkspaceGroup):
todisplay = candidate # No single run number for a group of workspaces.
else:
todisplay = groupGet(mtd[candidate], "samp", "run_number")
return todisplay

def _clear_cells(self):
"""
Clear the selected area of data
Expand Down

0 comments on commit 672d7cc

Please sign in to comment.