Skip to content

Commit

Permalink
Merge pull request #8005 from Yay295/patch-2
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
radarhere committed Apr 24, 2024
2 parents e63ae38 + b9307f0 commit 2adeb7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ PyImaging_GrabScreenWin32(PyObject *self, PyObject *args) {

PyObject *
PyImaging_GrabClipboardWin32(PyObject *self, PyObject *args) {
int clip;
HANDLE handle = NULL;
int size;
void *data;
Expand Down

0 comments on commit 2adeb7a

Please sign in to comment.