summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp')
-rw-r--r--Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp b/Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp
index d6610e1..b1f68e0 100644
--- a/Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp
+++ b/Source/WebKit/efl/WebCoreSupport/DragClientEfl.cpp
@@ -60,11 +60,6 @@ void DragClientEfl::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Cl
notImplemented();
}
-DragImageRef DragClientEfl::createDragImageForLink(KURL&, const String& label, Frame*)
-{
- return 0;
-}
-
void DragClientEfl::dragControllerDestroyed()
{
delete this;