Fix build

This commit is contained in:
Wojtek Figat
2023-01-24 12:32:41 +01:00
parent 6fb604a9a0
commit f665642e71
2 changed files with 0 additions and 2 deletions

View File

@@ -1658,7 +1658,6 @@ DragDropEffect LinuxWindow::DoDragDrop(const StringView& data)
void LinuxClipboard::Clear()
{
SCRIPTING_EXPORT("FlaxEngine.Clipboard::Internal_Clear");
SetText(StringView::Empty);
}

View File

@@ -110,7 +110,6 @@ Float2 MacUtils::GetScreensOrigin()
void MacClipboard::Clear()
{
SCRIPTING_EXPORT("FlaxEngine.Clipboard::Internal_Clear");
NSPasteboard* pasteboard = [NSPasteboard generalPasteboard];
[pasteboard clearContents];
}