summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <shausman@trolltech.com>2007-08-01 12:11:09 +0200
committerSimon Hausmann <shausman@trolltech.com>2007-08-01 12:11:09 +0200
commitd34bcf298bb999e84d75df9d8ad35366a44ceb80 (patch)
treee25051ce764c1b181abb0b65a0fa09396e406b0b /src
parenta467630b2ae0163da0855d39acecd87d18c445a6 (diff)
Get rid of the unused faceData field in HB_Font.
Diffstat (limited to 'src')
-rw-r--r--src/harfbuzz-shaper.h1
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;