Fix build
This commit is contained in:
@@ -1658,7 +1658,6 @@ DragDropEffect LinuxWindow::DoDragDrop(const StringView& data)
|
||||
|
||||
void LinuxClipboard::Clear()
|
||||
{
|
||||
SCRIPTING_EXPORT("FlaxEngine.Clipboard::Internal_Clear");
|
||||
SetText(StringView::Empty);
|
||||
}
|
||||
|
||||
|
||||
@@ -110,7 +110,6 @@ Float2 MacUtils::GetScreensOrigin()
|
||||
|
||||
void MacClipboard::Clear()
|
||||
{
|
||||
SCRIPTING_EXPORT("FlaxEngine.Clipboard::Internal_Clear");
|
||||
NSPasteboard* pasteboard = [NSPasteboard generalPasteboard];
|
||||
[pasteboard clearContents];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user