Bug 49955 - Remove unused class "Pen" in WebCore/platform/graphics
Summary: Remove unused class "Pen" in WebCore/platform/graphics
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Renata Hodovan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-22 19:54 PST by Andreas Kling
Modified: 2011-01-10 00:35 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (17.34 KB, patch)
2011-01-07 05:31 PST, Andreas Kling
darin: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-11-22 19:54:52 PST
There's a Pen class in WebCore/platform/graphics/ that's not used by anything, we should remove it.
Comment 1 Andreas Kling 2011-01-07 05:31:11 PST
Created attachment 78223 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2011-01-07 12:26:27 PST
Comment on attachment 78223 [details]
Proposed patch

Rejecting attachment 78223 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-sf-cq', 'apply-attachment', '--no-update', '--non-interactive', 78223]" exit_code: 2
Last 500 characters of output:
orm/graphics/Pen.cpp
rm 'WebCore/platform/graphics/Pen.cpp'
patching file WebCore/platform/graphics/Pen.h
rm 'WebCore/platform/graphics/Pen.h'
patching file WebCore/platform/graphics/haiku/GraphicsContextHaiku.cpp
patching file WebCore/platform/graphics/wx/GraphicsContextWx.cpp
patching file WebCore/platform/graphics/wx/PenWx.cpp
rm 'WebCore/platform/graphics/wx/PenWx.cpp'

Failed to run "[u'/Projects/CommitQueue/Tools/Scripts/svn-apply', u'--reviewer', u'Darin Adler', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/7442014
Comment 3 WebKit Commit Bot 2011-01-08 14:38:03 PST
Comment on attachment 78223 [details]
Proposed patch

Rejecting attachment 78223 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'apply-attachment', '--no-update', '--non-interactive', 78223]" exit_code: 2
Last 500 characters of output:
s/Pen.cpp'
patching file Source/WebCore/platform/graphics/Pen.h
rm 'Source/WebCore/platform/graphics/Pen.h'
patching file Source/WebCore/platform/graphics/haiku/GraphicsContextHaiku.cpp
patching file Source/WebCore/platform/graphics/wx/GraphicsContextWx.cpp
patching file Source/WebCore/platform/graphics/wx/PenWx.cpp
rm 'Source/WebCore/platform/graphics/wx/PenWx.cpp'

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Darin Adler', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/7379049
Comment 4 Andreas Kling 2011-01-10 00:35:31 PST
Committed r75363: <http://trac.webkit.org/changeset/75363>