Skip to content

Commit

Permalink
Remove unused DragLabelBorderYOffset macro in DragImage.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265184
rdar://118680101

Reviewed by Wenson Hsieh.

There are no uses of the `DragLabelBorderYOffset` macro defined in
DragImage.h, so this patch removes it.

* Source/WebCore/platform/DragImage.h:

Canonical link: https://commits.webkit.org/271025@main
  • Loading branch information
aprotyas committed Nov 21, 2023
1 parent afd3735 commit 9cb0043
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/WebCore/platform/DragImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ typedef struct HBITMAP__* HBITMAP;
#include "RefPtrCairo.h"
#endif

// We need to #define YOffset as it needs to be shared with WebKit
#define DragLabelBorderYOffset 2

namespace WebCore {

class Element;
Expand Down

0 comments on commit 9cb0043

Please sign in to comment.