Skip to content

Commit 7dee16c

Browse files
committed
Remove duplicate method definition
1 parent bc652f1 commit 7dee16c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Source/WebCore/platform/haiku/DragImageHaiku.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,5 @@ const float MaxDragLabelStringWidth = (MaxDragLabelWidth - 2 * DragLabelBorderX)
4949
const float DragLinkLabelFontsize = 11;
5050
const float DragLinkUrlFontSize = 10;
5151

52-
DragImageRef createDragImageForColor(const Color&, const FloatRect&, float, Path&)
53-
{
54-
return nullptr;
55-
}
56-
5752
} // namespace WebCore
5853

0 commit comments

Comments
 (0)