diff options
Diffstat (limited to 'Source/WebKit/wx/WebKitSupport/DragClientWx.cpp')
-rw-r--r-- | Source/WebKit/wx/WebKitSupport/DragClientWx.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebKit/wx/WebKitSupport/DragClientWx.cpp b/Source/WebKit/wx/WebKitSupport/DragClientWx.cpp index fb6905b..75744ba 100644 --- a/Source/WebKit/wx/WebKitSupport/DragClientWx.cpp +++ b/Source/WebKit/wx/WebKitSupport/DragClientWx.cpp @@ -68,10 +68,4 @@ void DragClientWx::startDrag(DragImageRef dragImage, notImplemented(); } -DragImageRef DragClientWx::createDragImageForLink(KURL&, const String& label, Frame*) -{ - notImplemented(); - return 0; -} - } |