Bug 23664 - Remove dead code in RenderTable class
Summary: Remove dead code in RenderTable class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 15:31 PST by Adam Treat
Modified: 2009-01-31 15:59 PST (History)
0 users

See Also:


Attachments
Removes the dead RenderTable code (2.33 KB, patch)
2009-01-31 15:35 PST, Adam Treat
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 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.
Comment 1 Adam Treat 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.
Comment 2 Dave Hyatt 2009-01-31 15:50:44 PST
Comment on attachment 27223 [details]
Removes the dead RenderTable code

r=me
Comment 3 Adam Treat 2009-01-31 15:59:46 PST
Fixed with r40464.