diff options
author | June McEnroe <june@causal.agency> | 2019-02-21 22:38:22 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-21 23:17:40 -0500 |
commit | c0c59d093fc5d1d0799c0830b470bfb72cf82062 (patch) | |
tree | 538db0714e77ab568e864bffbff3fc9ed78f28be /chat.h | |
parent | Clean up man page (diff) | |
download | catgirl-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.h | 1 |
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, }; |