Skip to content

Commit

Permalink
Remove now-unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Jun 15, 2024
1 parent a402d85 commit b02b574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src_c/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ pg_vidinfo_getattr(PyObject *self, char *name)
PyObject *
pg_vidinfo_str(PyObject *self)
{
int current_w = -1;
int current_h = -1;
pg_VideoInfo *info = &((pgVidInfoObject *)self)->info;
const char *pixel_format_name = SDL_GetPixelFormatName(info->vfmt->format);
if (!strncmp(pixel_format_name, "SDL_", 4)) {
Expand Down

0 comments on commit b02b574

Please sign in to comment.