X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinjump.c;h=563d42cdb956167b20cc05de66918dab4abb7da8;hb=03cc84d3f3ec122b0787bf6e97d2e715f979f432;hp=4e69dd7467c67f0d72fe64065d6a83a31a8e8858;hpb=301d30c68e8625018893fee45236edbf4c6b70bc;p=PuTTY.git 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) {