remove erroneous assert

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3304 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-03-16 17:45:12 +00:00
parent 6ac73c9408
commit 7369c75828
1 changed files with 0 additions and 2 deletions

View File

@ -516,8 +516,6 @@ void browser_refresh(void)
size_t foo_len = mb_cur_max() * 7;
char *foo = charalloc(foo_len + 1);
assert(width != NULL);
i = (width != 0) ? width * editwinrows * ((selected / width) /
editwinrows) : 0;