From c0c59d093fc5d1d0799c0830b470bfb72cf82062 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 21 Feb 2019 22:38:22 -0500 Subject: Remove ROT13 It's just not convenient when it can only do the whole line... --- chat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chat.h') 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, }; -- cgit 1.4.0