Remove an unecessary set of block2.

2005-07-22  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/ftglue.c (ftglue_realloc): Remove
        an unecessary set of block2.
This commit is contained in:
Owen Taylor 2005-07-22 18:03:58 +00:00 committed by Owen Taylor
parent ff7034787d
commit 91a3fa2e4b
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ ftglue_realloc( FT_Memory memory,
else if ( new_size == 0 )
{
ftglue_free( memory, block );
block2 = NULL;
}
else
{