From df5fddad293ff978079cc326f932498f93adeb04 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Mon, 16 Jan 2023 15:52:24 -0800 Subject: [PATCH] Googlyeyes: Remove unneeded function prototype copypasta from lightning source --- magic/src/googlyeyes.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/magic/src/googlyeyes.c b/magic/src/googlyeyes.c index bfbc92bc2..7d8d1b471 100644 --- a/magic/src/googlyeyes.c +++ b/magic/src/googlyeyes.c @@ -3,7 +3,7 @@ Draws a googly eye at the click position, and looks towards where you drag+release. - Last modified: 2023.01.02 + Last modified: 2023.01.16 */ #include @@ -47,9 +47,6 @@ void googlyeyes_drag(magic_api * api, int which, SDL_Surface * canvas, SDL_Rect * update_rect); void googlyeyes_line_callback_drag(void *ptr, int which, SDL_Surface * canvas, SDL_Surface * snapshot, int x, int y); -void googlyeyes_draw_bolt(void *ptr, SDL_Surface * canvas, - SDL_Surface * snapshot, float sx, float sy, - float angle, float len, int thickness); void googlyeyes_release(magic_api * api, int which, SDL_Surface * canvas, SDL_Surface * snapshot, int x, int y, SDL_Rect * update_rect);