remove unused variable

This commit is contained in:
Yay295 2024-04-23 12:02:25 -05:00 committed by GitHub
parent e63ae380f1
commit b9307f08d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -427,7 +427,6 @@ error:
PyObject * PyObject *
PyImaging_GrabClipboardWin32(PyObject *self, PyObject *args) { PyImaging_GrabClipboardWin32(PyObject *self, PyObject *args) {
int clip;
HANDLE handle = NULL; HANDLE handle = NULL;
int size; int size;
void *data; void *data;