remove erroneous assert
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3304 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6ac73c9408
commit
7369c75828
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue