1
0
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:
Jacob Nevins 2010-12-26 23:23:11 +00:00
parent ed80dcc3cf
commit 69090b86da

View File

@ -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) {