* src/base/ftstroke.c (FT_StrokerRec): Remove unused `valid' field.

Suggested by Graham Asher.
This commit is contained in:
Werner Lemberg 2011-03-16 08:54:02 +01:00
parent cecd912747
commit 437fb8ebf8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-03-16 Werner Lemberg <wl@gnu.org>.
* src/base/ftstroke.c (FT_StrokerRec): Remove unused `valid' field.
Suggested by Graham Asher.
2011-03-09 Werner Lemberg <wl@gnu.org>
Make FT_Sfnt_Table_Info return the number of SFNT tables.

View File

@ -4,7 +4,7 @@
/* */
/* FreeType path stroker (body). */
/* */
/* Copyright 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 by */
/* Copyright 2002-2006, 2008-2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@ -704,7 +704,6 @@
FT_Fixed miter_limit;
FT_Fixed radius;
FT_Bool valid;
FT_StrokeBorderRec borders[2];
FT_Library library;