From 0a1ca6ebfe8016514db42ebd030479a3a1414ae5 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 7 Dec 2015 15:19:56 -0800 Subject: [PATCH] Bug 1231256 (part 4) - Remove dead SetContext() declaration. r=jfkthame. --HG-- extra : rebase_source : f06b122d91c426e655414b27ec4b2e3c2c1ca587 --- gfx/thebes/gfxTextRun.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gfx/thebes/gfxTextRun.h b/gfx/thebes/gfxTextRun.h index 8042393a2650..fd0b521f3660 100644 --- a/gfx/thebes/gfxTextRun.h +++ b/gfx/thebes/gfxTextRun.h @@ -390,13 +390,6 @@ public: bool aCanWordWrap, gfxBreakPriority *aBreakPriority); - /** - * Update the reference context. - * XXX this is a hack. New text frame does not call this. Use only - * temporarily for old text frame. - */ - void SetContext(gfxContext *aContext) {} - // Utility getters void *GetUserData() const { return mUserData; }