Closed
Bug 789983
Opened 13 years ago
Closed 13 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•13 years ago
|
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Comment 1•13 years ago
|
||
Andrew just added this code.
-> can you comment here?
Comment 2•13 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•13 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•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•