Removed stale code. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1b35b31c5c3faf98c9a1d239874b41454dd3859e
(DIR) parent 54b757ce5527c2880e40ec17b5936619b6314d12
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Thu, 1 Sep 2016 16:57:01 -0500
Removed stale code.
Diffstat:
samterm/main.c | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
---
(DIR) 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;