X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/735a4294762b784c878bc249f591be8fd154c237..3980e64ffbb86a37d6810b004a04a21f338a408b:/windows/winjump.c diff --git a/windows/winjump.c b/windows/winjump.c index 4e69dd74..563d42cd 100644 --- a/windows/winjump.c +++ b/windows/winjump.c @@ -663,11 +663,9 @@ static void update_jumplist_from_registry(void) } /* Clears the entire jumplist. */ -static void clear_jumplist(void) +void clear_jumplist(void) { ICustomDestinationList *pCDL; - UINT num_items; - IObjectArray *pRemoved; if (CoCreateInstance(&CLSID_DestinationList, NULL, CLSCTX_INPROC_SERVER, COMPTR(ICustomDestinationList, &pCDL)) == S_OK) {