From 123f5e42961779f739c6c68beec27b0f8b689c75 Mon Sep 17 00:00:00 2001 From: mongo Date: Wed, 5 Apr 2017 16:27:34 -0300 Subject: more cleaning --- src/cmds_command.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/cmds_command.c') diff --git a/src/cmds_command.c b/src/cmds_command.c index 101bcc5..618d6fb 100644 --- a/src/cmds_command.c +++ b/src/cmds_command.c @@ -1,5 +1,4 @@ #include -#include #include #include #include // for isprint() @@ -195,13 +194,6 @@ void do_commandmode(struct block * sb) { start_visualmode(currow, curcol, currow, curcol); return; - - - - - - - } else if (sb->value == ctl('r') && get_bufsize(sb) == 2 && // C-r // FIXME ??? (sb->pnext->value - (L'a' - 1) < 1 || sb->pnext->value > 26)) { wchar_t cline [BUFFERSIZE]; @@ -780,8 +772,6 @@ void do_commandmode(struct block * sb) { sc_error("XLS import support not compiled in"); chg_mode('.'); inputline[0] = L'\0'; - //update(TRUE); - //return; #endif delim = 'x'; } else if ( ! strncmp(cline, "i xlsx", 6) ) { @@ -789,8 +779,6 @@ void do_commandmode(struct block * sb) { sc_error("XLSX import support not compiled in"); chg_mode('.'); inputline[0]= L'\0'; - //update(TRUE); - //return; #endif delim = 'y'; } -- cgit v1.2.3