Bug 23664

Summary: Remove dead code in RenderTable class
Product: WebKit Reporter: Adam Treat <manyoso>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Removes the dead RenderTable code hyatt: review+

Adam Treat
Reported 2009-01-31 15:31:22 PST
The RenderTable class has some dead code in the form of two enums and related member variables/getters. The patch attached removes this code and the compile still works.
Attachments
Removes the dead RenderTable code (2.33 KB, patch)
2009-01-31 15:35 PST, Adam Treat
hyatt: review+
Adam Treat
Comment 1 2009-01-31 15:35:30 PST
Created attachment 27223 [details] Removes the dead RenderTable code Removes the dead code. Still compiles and works fine for me using QtWebKit.
Dave Hyatt
Comment 2 2009-01-31 15:50:44 PST
Comment on attachment 27223 [details] Removes the dead RenderTable code r=me
Adam Treat
Comment 3 2009-01-31 15:59:46 PST
Fixed with r40464.
Note You need to log in before you can comment on or make changes to this bug.