Skip to content

Commit

Permalink
get rid of warning due to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Mar 21, 2022
1 parent 12f02be commit 3c6fad9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/video/sdlgenblit.pl
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 3c6fad9

Please sign in to comment.