summaryrefslogtreecommitdiff
path: root/include/freetype/internal/psaux.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-06-20 13:24:08 +0200
committerWerner Lemberg <wl@gnu.org>2009-06-20 13:24:08 +0200
commit1f540eff0b1d62f2fcfff2da9af68f33c41fcf13 (patch)
tree02922182957be93cb880ad915d6ca06616159da7 /include/freetype/internal/psaux.h
parent41821f8a8ae9961036101c6664ddb543eb3eaff5 (diff)
downloadfreetype2-1f540eff0b1d62f2fcfff2da9af68f33c41fcf13.tar.gz
Remove unused variables.
* include/freetype/internal/psaux.h (T1_BuilderRec), src/cff/cffgload.h (CFF_Builder): Remove `last'. Update all users.
Diffstat (limited to 'include/freetype/internal/psaux.h')
-rw-r--r--include/freetype/internal/psaux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h
index 7fb4c9916..d078ac9fc 100644
--- a/include/freetype/internal/psaux.h
+++ b/include/freetype/internal/psaux.h
@@ -533,8 +533,6 @@ FT_BEGIN_HEADER
/* */
/* max_contours :: Maximal number of contours in builder outline. */
/* */
- /* last :: The last point position. */
- /* */
/* pos_x :: The horizontal translation (if composite glyph). */
/* */
/* pos_y :: The vertical translation (if composite glyph). */
@@ -567,8 +565,6 @@ FT_BEGIN_HEADER
FT_Outline* base;
FT_Outline* current;
- FT_Vector last;
-
FT_Pos pos_x;
FT_Pos pos_y;