summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp')
-rw-r--r--Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp b/Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp
index 1fc4379..904c61a 100644
--- a/Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp
+++ b/Source/WebKit/wince/WebCoreSupport/DragClientWinCE.cpp
@@ -58,12 +58,6 @@ void DragClientWinCE::startDrag(DragImageRef, const IntPoint&, const IntPoint&,
notImplemented();
}
-DragImageRef DragClientWinCE::createDragImageForLink(KURL&, const String& label, Frame*)
-{
- notImplemented();
- return 0;
-}
-
void DragClientWinCE::dragControllerDestroyed()
{
delete this;