Skip to content

Commit a6a7412

Browse files
committed
Update surface.c
1 parent 0cff4c7 commit a6a7412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src_c/surface.c

-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ static PyObject *
869869
surf_get_at_mapped(PyObject *self, PyObject *position)
870870
{
871871
SDL_Surface *surf = pgSurface_AsSurface(self);
872-
SDL_PixelFormat *format = NULL;
873872
Uint8 *pixels = NULL;
874873
int x, y;
875874
Sint32 color;

0 commit comments

Comments
 (0)