Remove unused constants.

BUG=skia:

Review URL: https://codereview.chromium.org/773193004
This commit is contained in:
mtklein 2014-12-03 08:18:46 -08:00 committed by Commit bot
parent cd948b56c9
commit a89a95eb72

View File

@ -38,9 +38,6 @@ static const int kMediumDFFontSize = 78;
static const int kMediumDFFontLimit = 78;
static const int kLargeDFFontSize = 192;
static const size_t kTextVASize = 2 * sizeof(SkPoint);
static const size_t kTextVAColorSize = 2 * sizeof(SkPoint) + sizeof(GrColor);
static const int kVerticesPerGlyph = 4;
static const int kIndicesPerGlyph = 6;