Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Oct 26, 2023
1 parent ae5302c commit 79e6d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src_c/surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,6 @@ _PgSurface_SrcAlpha(SDL_Surface *surf)
static int
_is_pg_window_active()
{
pgSurfaceObject *default_win_surface = pg_GetDefaultWindowSurface();
SDL_Surface *win_surface;
if (!SDL_GetWindowSurface(&win_surface)) {
return 0;
Expand Down

0 comments on commit 79e6d25

Please sign in to comment.