Skip to content

Commit ff96f31

Browse files
committed
remove unused variables
1 parent 7e26cb7 commit ff96f31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src_c/font.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,6 @@ font_setter_outline_size(PyFontObject *self, PyObject *value, void *closure)
875875
static PyObject *
876876
font_getter_outline_color(PyFontObject *self, void *closure)
877877
{
878-
Uint8 r, g, b, a = 255;
879-
880878
if (!PgFont_GenerationCheck(self))
881879
return RAISE_FONT_QUIT_ERROR();
882880

0 commit comments

Comments
 (0)