diff options
author | Werner Lemberg <wl@gnu.org> | 2011-03-16 08:54:02 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2011-03-16 08:54:02 +0100 |
commit | 437fb8ebf8fbbf89c70d87562d21ea49d5ef932b (patch) | |
tree | 07b0a34c79355e0b784ffe183b0cecd90c176b85 /src | |
parent | cecd9127478e4e2c26105d5df71b3ed9b5dc4018 (diff) |
* src/base/ftstroke.c (FT_StrokerRec): Remove unused `valid' field.
Suggested by Graham Asher.
Diffstat (limited to 'src')
-rw-r--r-- | src/base/ftstroke.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base/ftstroke.c b/src/base/ftstroke.c index 75bcbded..98f9a405 100644 --- a/src/base/ftstroke.c +++ b/src/base/ftstroke.c @@ -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; |