diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-08 15:29:10 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-08 15:29:10 +0000 |
commit | bafee11dd17d0d0c5e693ef2ba7b4d6a4b1e3786 (patch) | |
tree | e3460cc1dff856365b277fc4722f7ab38c932aa9 /include/core | |
parent | c5d9bb0f677069f62ec76373b9730e70e7352455 (diff) |
fix warning by removing padding field
git-svn-id: http://skia.googlecode.com/svn/trunk@14093 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkFont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkFont.h b/include/core/SkFont.h index 45722285be..f3fdf45169 100644 --- a/include/core/SkFont.h +++ b/include/core/SkFont.h @@ -146,6 +146,6 @@ private: SkScalar fSkewX; uint16_t fFlags; uint8_t fMaskType; - uint8_t fPad; +// uint8_t fPad; }; |