From d7d44b174da59b08ec347323bbcb9e99efdc69f4 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 8 Jan 2005 03:38:36 +0000 Subject: [PATCH] *** empty log message *** --- apps/MixMaster/DataGraph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/MixMaster/DataGraph.py b/apps/MixMaster/DataGraph.py index 7224ef7a8..89463ec72 100644 --- a/apps/MixMaster/DataGraph.py +++ b/apps/MixMaster/DataGraph.py @@ -98,7 +98,6 @@ class DataGraph(Frame): for id in ids: self.canvas.delete(id) - def def screendata(self): self.xdata = array(self.data[self.ix,:]) self.ydata = array(self.data[self.iy,:])