summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoExpand.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/AutoExpand.py')
-rw-r--r--Lib/idlelib/AutoExpand.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/idlelib/AutoExpand.py b/Lib/idlelib/AutoExpand.py
index 09f34b3..c50e52a 100644
--- a/Lib/idlelib/AutoExpand.py
+++ b/Lib/idlelib/AutoExpand.py
@@ -7,14 +7,6 @@ import re
class AutoExpand:
- keydefs = {
- '<<expand-word>>': ['<Alt-slash>'],
- }
-
- unix_keydefs = {
- '<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
- }
-
menudefs = [
('edit', [
('E_xpand word', '<<expand-word>>'),