summaryrefslogtreecommitdiff
path: root/rsFont.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-08-16 13:09:46 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-08-16 13:09:46 -0700
commitc700e649ca44d0dcff8b271e42d949ea72fe3c63 (patch)
tree0c9bb3cdc112d1a3f4de3e10aaeb138add7311c0 /rsFont.h
parent5c4369a3a1b19eaeabb044af2cdeef05474f9069 (diff)
downloadrs-c700e649ca44d0dcff8b271e42d949ea72fe3c63.tar.gz
Fixing asynchronous performance issues.
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
Diffstat (limited to 'rsFont.h')
-rw-r--r--rsFont.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsFont.h b/rsFont.h
index b0e1430e..679591ca 100644
--- a/rsFont.h
+++ b/rsFont.h
@@ -146,7 +146,6 @@ public:
void deinit(Context *rsc);
ObjectBaseRef<Font> mDefault;
- ObjectBaseRef<Font> mLast;
void renderText(const char *text, uint32_t len, int32_t x, int32_t y,
uint32_t startIndex = 0, int numGlyphs = -1,