Bug 1231256 (part 4) - Remove dead SetContext() declaration. r=jfkthame.

--HG--
extra : rebase_source : f06b122d91c426e655414b27ec4b2e3c2c1ca587
This commit is contained in:
Nicholas Nethercote 2015-12-07 15:19:56 -08:00
parent 550252abf1
commit 0a1ca6ebfe

View File

@ -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; }