examples/misc/02-clipboard: Removed onmouseover-generating helper include.

This commit is contained in:
Ryan C. Gordon
2025-09-25 13:50:25 -04:00
parent b2188b325d
commit f71348f38b

View File

@@ -10,8 +10,6 @@
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h>
#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;