Bug 73529 - Get rid of the unused function nameForCursorType()
Summary: Get rid of the unused function nameForCursorType()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 23:34 PST by Benjamin Poulain
Modified: 2011-12-01 12:21 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.17 KB, patch)
2011-11-30 23:34 PST, Benjamin Poulain
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2011-11-30 23:34:36 PST
Created attachment 117353 [details]
Patch

Reviewed by NOBODY (OOPS!).

The function nameForCursorType was introduced in r63339 and has not been used anywhere
since that commit.

* WebCore.exp.in:
* platform/Cursor.cpp:
* platform/Cursor.h:
---
 4 files changed, 13 insertions(+), 98 deletions(-)
Comment 1 WebKit Review Bot 2011-11-30 23:36:38 PST
Attachment 117353 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 1 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Joseph Pecoraro 2011-12-01 12:05:02 PST
Comment on attachment 117353 [details]
Patch

Looks good. r=me
Comment 3 Benjamin Poulain 2011-12-01 12:21:31 PST
Committed r101698: <http://trac.webkit.org/changeset/101698>