]> git.wh0rd.org Git - nano.git/commitdiff
remove erroneous assert
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Mar 2006 17:45:12 +0000 (17:45 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Mar 2006 17:45:12 +0000 (17:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3304 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 2e3eaf045967fd979ce5deada0639e2c90460de6..65ce82e0a9dcc2fcfd93c50aad59f869b253ea4e 100644 (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;