From 80b5001a9922f7a8a174f8924e2effb6b3f27fbf Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sun, 3 Aug 2025 21:51:48 +0200 Subject: [PATCH] Cleanup --- base/sources/backends/linux_system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/base/sources/backends/linux_system.h b/base/sources/backends/linux_system.h index d93daa31..bb8987ed 100644 --- a/base/sources/backends/linux_system.h +++ b/base/sources/backends/linux_system.h @@ -163,7 +163,6 @@ struct x11_context { struct iron_x11_procs xlib; struct x11_context x11_ctx; -void iron_copy_to_clipboard(const char *text); #ifdef WITH_GAMEPAD void iron_linux_initHIDGamepads();