RESOLVED FIXED 6544
Get rid of unused headers
https://bugs.webkit.org/show_bug.cgi?id=6544
Summary Get rid of unused headers
Anders Carlsson
Reported 2006-01-14 17:53:47 PST
I have a patch that removes a couple of headers that aren't really used
Attachments
Patch (30.81 KB, patch)
2006-01-14 17:58 PST, Anders Carlsson
hyatt: review+
Anders Carlsson
Comment 1 2006-01-14 17:58:20 PST
Dave Hyatt
Comment 2 2006-01-14 18:04:17 PST
Comment on attachment 5683 [details] Patch r=me
Eric Seidel (no email)
Comment 3 2006-01-14 18:05:13 PST
Comment on attachment 5683 [details] Patch Looks good. I suggested adding a comment for this line: - QFont f = KGlobalSettings::generalFont(); + QFont f; Since the original intention of the code was to actually get a generic font... now we're just pulling the defaults out of QFont(). heck, one could just change khtml::FontDef fontDef to have the proper defaults and remove all that code. r=me.
Note You need to log in before you can comment on or make changes to this bug.