Bug 145761 - Remove more unused Objective-C methods
Summary: Remove more unused Objective-C methods
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-08 09:21 PDT by Anders Carlsson
Modified: 2015-06-08 13:41 PDT (History)
0 users

See Also:


Attachments
Patch (7.59 KB, patch)
2015-06-08 12:39 PDT, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-06-08 09:21:28 PDT
Remove more unused Objective-C methods
Comment 1 Anders Carlsson 2015-06-08 12:39:25 PDT
Created attachment 254503 [details]
Patch
Comment 2 Geoffrey Garen 2015-06-08 12:51:32 PDT
Comment on attachment 254503 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254503&action=review

r=me

> Source/WebKit/mac/Misc/WebNSViewExtras.m:-162
> -- (void)_web_DragImageForElement:(DOMElement *)element

The svn blame on this function is old-skool.
Comment 3 Anders Carlsson 2015-06-08 13:41:30 PDT
Committed r185328: <http://trac.webkit.org/changeset/185328>