rm redundant comment

This commit is contained in:
Daniel Micay 2012-09-07 19:00:00 -04:00
parent aa0cc3b7e3
commit 810b86aa08
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static void update_selection(VteTerminal *vte, const select_info *select) {
vte_terminal_select_none(vte);
if (select->mode == vi_mode::command) {
return; // not in visual mode
return;
}
const long n_columns = vte_terminal_get_column_count(vte);