From 3c6fad9d3fc1d0a6d6b3615e2817c381793869b5 Mon Sep 17 00:00:00 2001 From: pionere Date: Mon, 21 Mar 2022 15:54:50 +0100 Subject: [PATCH] get rid of warning due to unused variable --- src/video/sdlgenblit.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video/sdlgenblit.pl b/src/video/sdlgenblit.pl index 400a82f6d1dab..c2a22b0494353 100755 --- a/src/video/sdlgenblit.pl +++ b/src/video/sdlgenblit.pl @@ -519,10 +519,6 @@ sub output_copyfunc if ( !$matching_colors ) { print FILE <<__EOF__; Uint32 R, G, B, A; -__EOF__ - } else { - print FILE <<__EOF__; - Uint32 A; __EOF__ } } elsif ( !$matching_colors ) {