Closed
Bug 789983
Opened 11 years ago
Closed 11 years ago
remove unused field.
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
1.52 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
This fixes the linux build with clang.
Attachment #659759 -
Flags: review?(bjacob)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Comment 1•11 years ago
|
||
Andrew just added this code. -> can you comment here?
Comment 2•11 years ago
|
||
I missed removing that. In the original patch, i needed mLibType to determine the right library call|sGLXLibrary[mLibType]| in TextureImageGLX. That was replaced by GLXLibrary& sGLXLib.
Comment 3•11 years ago
|
||
Comment on attachment 659759 [details] [diff] [review] patch Review of attachment 659759 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #659759 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c36138f30047
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c36138f30047
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•