aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-26 04:37:53 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-26 04:37:53 +0000
commitc93a17f2dffbe4462d1f0975bc53f26e1ec40965 (patch)
treed07bba5de0cc24c7517cc7c9e4b10160f80035c3 /include/pdf
parent386900790bbb2c07a6cc39bd46feb2e6526dbe01 (diff)
fix mac build (don't need typedef struct foo foo)
git-svn-id: http://skia.googlecode.com/svn/trunk@733 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/pdf')
-rw-r--r--include/pdf/SkPDFTypefaceInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pdf/SkPDFTypefaceInfo.h b/include/pdf/SkPDFTypefaceInfo.h
index 2655d14abf..00338c4dc8 100644
--- a/include/pdf/SkPDFTypefaceInfo.h
+++ b/include/pdf/SkPDFTypefaceInfo.h
@@ -73,7 +73,6 @@ public:
int fOriginXDisp; // Horizontal displacement of the secondary origin.
int fOriginYDisp; // Vertical displacement of the secondary origin.
};
- typedef struct VerticalMetric VerticalMetric;
typedef AdvanceMetric<int> WidthRange;
typedef AdvanceMetric<VerticalMetric> VerticalAdvanceRange;