Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
ESS-1114
  • Loading branch information
riccardomarotti committed Jun 23, 2016
1 parent f829874 commit 8f3b59d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misura/client/acquisition/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __init__(self, parent, setInstrument):
QtGui.QWidget.__init__(self, parent)
self.lay = QtGui.QHBoxLayout(self)
self.setLayout(self.lay)
self.instrument_layouts = {}
self.setInstrument = setInstrument
self.redraw()

Expand Down Expand Up @@ -58,7 +57,6 @@ def redraw(self):
f = functools.partial(self.setInstrument, obj, preset=name)
self.func.append(f)
current_instrument_layout = QtGui.QGridLayout()
self.instrument_layouts[title] = current_instrument_layout
self.lay.addLayout(current_instrument_layout)

button = add_button(self,
Expand Down

0 comments on commit 8f3b59d

Please sign in to comment.