Removed stale code. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 1b35b31c5c3faf98c9a1d239874b41454dd3859e | |
parent 54b757ce5527c2880e40ec17b5936619b6314d12 | |
Author: Rob King <[email protected]> | |
Date: Thu, 1 Sep 2016 16:57:01 -0500 | |
Removed stale code. | |
Diffstat: | |
samterm/main.c | 6 ------ | |
1 file changed, 0 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/samterm/main.c b/samterm/main.c | |
@@ -531,12 +531,6 @@ cmdscrollupline(Flayer *l, long a, Text *t) | |
while (x > 0 && raspc(&t->rasp, x - 1) != '\n') | |
x--; | |
- /* if (x > 0){ | |
- //x--; | |
- while (x > 0 && raspc(&t->rasp, x) != '\n') | |
- x--; | |
- } */ | |
- | |
horigin(t->tag, x, l); | |
} | |
return a; |