Remove a couple of unused variables.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Dec 2010 23:23:11 +0000 (23:23 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Dec 2010 23:23:11 +0000 (23:23 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9053 cda61777-01e9-0310-a592-d414129be87e

windows/winjump.c

index 5cd9814..563d42c 100644 (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) {