From fa73b4d289e73bd5a6bc7ecf98595480d8c07929 Mon Sep 17 00:00:00 2001 From: Keith Brown Date: Wed, 29 Jan 2014 18:20:51 +0000 Subject: [PATCH] Refs #8590 Dead Code removed Dead code has been removed --- Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py b/Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py index 630b95b05a6b..dc5337477f7f 100644 --- a/Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py +++ b/Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py @@ -343,8 +343,6 @@ def process(self): w1 = getWorkspace(wksp[0]) w2 = getWorkspace(wksp[len(wksp) - 1]) begoverlap = w2.readX(0)[0] - # Qmin = w1.readX(0)[0] - # Qmax = max(w2.readX(0)) # get Qmax if (self.tableMain.item(row, i * 5 + 4).text() == ''): overlapHigh = 0.3 * max(w1.readX(0)) @@ -365,11 +363,6 @@ def dorun(self, runno, row, which): g = ['g1', 'g2', 'g3'] transrun = str(self.tableMain.item(row, which * 5 + 2).text()) angle = str(self.tableMain.item(row, which * 5 + 1).text()) - #names = mtd.getObjectNames() - #if self.zeroCheck(runno): - # StartLiveData(Instrument=config['default.instrument'],UpdateEvery='0',Outputworkspace='_LiveOut') - # runno = '_LiveOut' - #[wlam, wq, th] = quick(runno, trans=transrun, theta=angle) loadedRun = runno if load_live_runs.is_live_run(runno): if not self.accMethod: