From f71348f38bd81d5eddac47a6a29ae2b28f9aab4c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Sep 2025 13:50:25 -0400 Subject: [PATCH] examples/misc/02-clipboard: Removed onmouseover-generating helper include. --- examples/misc/02-clipboard/clipboard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/misc/02-clipboard/clipboard.c b/examples/misc/02-clipboard/clipboard.c index 4e62b4ff36..bb4131b7a6 100644 --- a/examples/misc/02-clipboard/clipboard.c +++ b/examples/misc/02-clipboard/clipboard.c @@ -10,8 +10,6 @@ #include #include -#include "../../save-rendering-to-bitmaps.h" - /* We will use this renderer to draw into this window every frame. */ static SDL_Window *window = NULL; static SDL_Renderer *renderer = NULL;