summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
committermongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
commit123f5e42961779f739c6c68beec27b0f8b689c75 (patch)
tree6f62c393da82f3073a4a3a96729e0bf67ed85777 /src/cmds_command.c
parenta60fa43aedacc49397ff1f5e93af31e18c20eb65 (diff)
more cleaning
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c12
1 files changed, 0 insertions, 12 deletions
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 <string.h>
-#include <ncurses.h>
#include <wchar.h>
#include <stdlib.h>
#include <ctype.h> // 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';
}