Cleanup unused items

This commit is contained in:
Anatol Belski 2018-08-02 18:28:18 +02:00
parent ba1a90ea89
commit 9d7c510893
2 changed files with 0 additions and 4 deletions

View File

@ -1940,7 +1940,6 @@ PHP_FUNCTION(imagegrabwindow)
HWND window;
zend_long client_area = 0;
RECT rc = {0};
RECT rc_win = {0};
int Width, Height;
HDC hdc;
HDC memDC;
@ -2015,8 +2014,6 @@ PHP_FUNCTION(imagegrabscreen)
HDC memDC;
HBITMAP memBM;
HBITMAP hOld;
typedef BOOL (WINAPI *tPrintWindow)(HWND, HDC,UINT);
tPrintWindow pPrintWindow = 0;
gdImagePtr im;
hdc = GetDC(0);

View File

@ -2810,7 +2810,6 @@ PHP_FUNCTION(socket_wsaprotocol_info_export)
zval *zsocket;
php_socket *socket;
zend_long target_pid;
zend_off_t offset = 0;
zend_string *seg_name;
HANDLE map;