summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/FileList.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/FileList.py')
-rw-r--r--Lib/idlelib/FileList.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/idlelib/FileList.py b/Lib/idlelib/FileList.py
index 7a46afa..4e08e70 100644
--- a/Lib/idlelib/FileList.py
+++ b/Lib/idlelib/FileList.py
@@ -61,10 +61,6 @@ class FileList:
def new(self, filename=None):
return self.EditorWindow(self, filename)
- def new_callback(self, event):
- self.new()
- return "break"
-
def close_all_callback(self, event):
for edit in self.inversedict.keys():
reply = edit.close()