mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove a couple of unused variables.
[originally from svn r9053]
This commit is contained in:
parent
ed80dcc3cf
commit
69090b86da
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user