summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorCurtis McEnroe2019-02-21 22:38:22 -0500
committerCurtis McEnroe2019-02-21 23:17:40 -0500
commitc0c59d093fc5d1d0799c0830b470bfb72cf82062 (patch)
tree538db0714e77ab568e864bffbff3fc9ed78f28be /chat.h
parent1d6fb01074e41cd30e83c7587942fff9605c8b2d (diff)
Remove ROT13
It's just not convenient when it can only do the whole line...
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chat.h b/chat.h
index 03f3251..441056c 100644
--- a/chat.h
+++ b/chat.h
@@ -162,7 +162,6 @@ enum Edit {
 	EditKillBackWord,
 	EditKillForeWord,
 	EditKillLine,
-	EditROT13,
 	EditComplete,
 	EditEnter,
 };