We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4985f3 commit d9a3ca8Copy full SHA for d9a3ca8
diffpy/pdfgui/control/plotter.py
@@ -210,15 +210,6 @@ def validate(self):
210
"(%s, %s) can't be plotted with both multiple refinements and multiple steps"%\
211
(self.xStr, self.yStr)
212
213
- def register(self):
214
- """Register self as dataListener in control center
215
- """
216
- self.controlCenter = controlCenter
217
- for id in self.ids:
218
- #self.plot.name -- the name of listener object
219
- #self.name -- the data for listener object
220
- #controlCenter.registerListener(dataId,self.plot.name,self.name)
221
- pass
222
223
def notify(self, changedIds=None, plotwnd=None):
224
"""notify Curve object certain data is updated
0 commit comments