From c130297a79791bd05c2b283f5cc3178cb9079a52 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sun, 10 Dec 2000 06:07:01 +0000
Subject: [PATCH] More totsize :P

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@403 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 nano.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nano.c b/nano.c
index 8e1b79e8..886b6ccb 100644
--- a/nano.c
+++ b/nano.c
@@ -1033,7 +1033,6 @@ int do_backspace(void)
 	    if (strcmp(current->data, "")) {
 		new_magicline();
 		fix_editbot();
-		totsize++;
 	    }
 	}
 
-- 
GitLab