Remove r from mode buttons

No network can agree on what mode r actually
means so we can't have nice things.

Closes #1287
This commit is contained in:
TingPing
2015-04-21 16:07:12 -04:00
parent 78e51a4f3f
commit 7363bc03f2
3 changed files with 8 additions and 11 deletions

View File

@ -666,7 +666,6 @@ process_numeric (session * sess, int n,
EMIT_SIGNAL_TIMESTAMP (XP_TE_CHANMODES, sess, word[4], word_eol[5],
NULL, NULL, 0, tags_data->timestamp);
fe_update_mode_buttons (sess, 'c', '-');
fe_update_mode_buttons (sess, 'r', '-');
fe_update_mode_buttons (sess, 't', '-');
fe_update_mode_buttons (sess, 'n', '-');
fe_update_mode_buttons (sess, 'i', '-');