]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove a couple of unused variables.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 26 Dec 2010 23:23:11 +0000 (23:23 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 26 Dec 2010 23:23:11 +0000 (23:23 +0000)
[originally from svn r9053]

windows/winjump.c

index 5cd981454a26854e6fc2196496e3e252e266e173..563d42cdb956167b20cc05de66918dab4abb7da8 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) {