about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-21 22:38:22 -0500
committerJune McEnroe <june@causal.agency>2019-02-21 23:17:40 -0500
commitc0c59d093fc5d1d0799c0830b470bfb72cf82062 (patch)
tree538db0714e77ab568e864bffbff3fc9ed78f28be /chat.h
parentClean up man page (diff)
downloadcatgirl-c0c59d093fc5d1d0799c0830b470bfb72cf82062.tar.gz
catgirl-c0c59d093fc5d1d0799c0830b470bfb72cf82062.zip
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,
 };