changeset: 101:932a6622739d
tag: tip
user: Rafael Garcia <rafael.garcia.gallego_AT_gmail.com>
date: Wed Sep 21 00:26:45 2011 +0200
files: sandy.c
description:
Remove some stupid lines
diff -r 7690618f4f82 -r 932a6622739d sandy.c
--- a/sandy.c Sat Sep 17 04:22:25 2011 +0200
+++ b/sandy.c Wed Sep 21 00:26:45 2011 +0200
@@ -791,7 +791,6 @@
break;
}
}
- //tmptitle=keyname(ch);
goto edit_top;
}
@@ -960,7 +959,6 @@
/* Things I will undo or free at the end of this function */
s = i_gettext(fsel, fcur);
- fflush(stdout);
if((pid = fork()) == 0) {
dup2(pin[0], 0);
dup2(pout[1], 1);
@@ -1285,7 +1283,6 @@
wtimeout(textwin, 0);
curs_set(1);
scrollok(textwin, FALSE);
- //intrflush(NULL, TRUE); /* TODO: test this */
#if HANDLE_MOUSE
for(i=0; i<LENGTH(clks); i++) defmmask|=clks[i].mask;
mousemask(defmmask, NULL);
Received on Wed Sep 21 2011 - 00:26:49 CEST
This archive was generated by hypermail 2.2.0 : Wed Sep 21 2011 - 00:36:05 CEST