diff options
author | Carl Worth <cworth@cworth.org> | 2005-06-03 15:54:40 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-06-03 15:54:40 +0000 |
commit | 56990720358ea18b026f952101ddd674a5fbb268 (patch) | |
tree | 575ffb7b22183a55111a85a8a986564bc19ed4bc /src/cairo-gstate-private.h | |
parent | 36beed9bf1b3ddef42e0fb1a46035ed4a6afa4f7 (diff) |
Fix Freudian unwrapped line in paragraph describing why long lines should be wrapped.
Diffstat (limited to 'src/cairo-gstate-private.h')
-rw-r--r-- | src/cairo-gstate-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-gstate-private.h b/src/cairo-gstate-private.h index 238b703e..8a744856 100644 --- a/src/cairo-gstate-private.h +++ b/src/cairo-gstate-private.h @@ -82,7 +82,6 @@ struct _cairo_gstate { cairo_font_face_t *font_face; cairo_scaled_font_t *scaled_font; /* Specific to the current CTM */ - cairo_matrix_t font_matrix; cairo_clip_t clip; |