summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index e66276a98e..b7154985d6 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -1906,8 +1906,6 @@ PHP_FUNCTION(imagegrabwindow)
HDC memDC;
HBITMAP memBM;
HBITMAP hOld;
- HINSTANCE handle;
- long lwindow_handle;
typedef BOOL (WINAPI *tPrintWindow)(HWND, HDC,UINT);
tPrintWindow pPrintWindow = 0;
gdImagePtr im;