Skip to content

Commit 68886aa

Browse files
authored
remove doubled line
1 parent 0610ff2 commit 68886aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src_c/transform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ surf_rotozoom(PyObject *self, PyObject *args, PyObject *kwargs)
960960
&scale))
961961
return NULL;
962962
surf = pgSurface_AsSurface(surfobj);
963-
surf = pgSurface_AsSurface(surfobj);
964963
SURF_INIT_CHECK(surf)
965964

966965
if (scale == 0.0 || surf->w == 0 || surf->h == 0) {

0 commit comments

Comments
 (0)