diff options
author | Simon Hausmann <shausman@trolltech.com> | 2007-08-01 12:11:09 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-08-01 12:11:09 +0200 |
commit | d34bcf298bb999e84d75df9d8ad35366a44ceb80 (patch) | |
tree | e25051ce764c1b181abb0b65a0fa09396e406b0b /src | |
parent | a467630b2ae0163da0855d39acecd87d18c445a6 (diff) |
Get rid of the unused faceData field in HB_Font.
Diffstat (limited to 'src')
-rw-r--r-- | src/harfbuzz-shaper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/harfbuzz-shaper.h b/src/harfbuzz-shaper.h index f70a147..108566a 100644 --- a/src/harfbuzz-shaper.h +++ b/src/harfbuzz-shaper.h @@ -211,7 +211,6 @@ typedef struct HB_Font_ { HB_UShort x_ppem, y_ppem; HB_16Dot16 x_scale, y_scale; - void *faceData; void *userData; } HB_FontRec; |