mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
remove unused variable
This commit is contained in:
parent
e63ae380f1
commit
b9307f08d1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user