Skip to content

Commit d9a3ca8

Browse files
committed
Remove unused no-op function.
1 parent a4985f3 commit d9a3ca8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

diffpy/pdfgui/control/plotter.py

-9
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,6 @@ def validate(self):
210210
"(%s, %s) can't be plotted with both multiple refinements and multiple steps"%\
211211
(self.xStr, self.yStr)
212212

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
222213

223214
def notify(self, changedIds=None, plotwnd=None):
224215
"""notify Curve object certain data is updated

0 commit comments

Comments
 (0)