]> source.dussan.org Git - tigervnc.git/commitdiff
Eliminated unused variable
authorPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:40:05 +0000 (08:40 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:40:05 +0000 (08:40 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3378 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/vncviewer/ConnectionDialog.cxx

index e7c6b0a5bc1d4076e38f9f7ccb59d11b5cd78a83..29fd1bc91256baee58826de3528c15cbb167fa5c 100644 (file)
@@ -44,7 +44,7 @@ void ConnectionDialog::initDialog() {
   // Locate the combo-box
   // NB: TCharArray converts the supplied char* and assumes ownership!
   for (i=mru.begin(); i!=mru.end(); i++) {
-    int index = SendMessage(box, CB_ADDSTRING, 0, (LPARAM)TCharArray(*i).buf);
+    SendMessage(box, CB_ADDSTRING, 0, (LPARAM)TCharArray(*i).buf);
   }
 
   // Select the first item in the list