Browse Source

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

Ryan C. Gordon 1 tuần trước cách đây
mục cha
commit
f71348f38b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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_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;