Merge pull request #8005 from Yay295/patch-2

Remove unused variable
This commit is contained in:
Andrew Murray 2024-04-24 10:18:06 +10:00 committed by GitHub
commit 2adeb7a6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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