Browse Source

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

Ryan C. Gordon 1 week ago
parent
commit
f71348f38b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/misc/02-clipboard/clipboard.c

+ 0 - 2
examples/misc/02-clipboard/clipboard.c

@@ -10,8 +10,6 @@
 #include <SDL3/SDL.h>
 #include <SDL3/SDL.h>
 #include <SDL3/SDL_main.h>
 #include <SDL3/SDL_main.h>
 
 
-#include "../../save-rendering-to-bitmaps.h"
-
 /* We will use this renderer to draw into this window every frame. */
 /* We will use this renderer to draw into this window every frame. */
 static SDL_Window *window = NULL;
 static SDL_Window *window = NULL;
 static SDL_Renderer *renderer = NULL;
 static SDL_Renderer *renderer = NULL;