mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
Remove a couple of unused variables.
[originally from svn r9053]
This commit is contained in:
@ -666,8 +666,6 @@ static void update_jumplist_from_registry(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) {
|
||||
|
Reference in New Issue
Block a user