]> source.dussan.org Git - tigervnc.git/commitdiff
Remove unused variables
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Mar 2015 15:10:53 +0000 (16:10 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 3 Mar 2015 15:10:53 +0000 (16:10 +0100)
common/network/TcpSocket.cxx
common/rfb/EncodeManagerBPP.cxx
common/rfb/SMsgWriter.cxx
common/rfb/TightEncoder.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/WinPasswdValidator.cxx
vncviewer/OptionsDialog.cxx
vncviewer/X11PixelBuffer.cxx
vncviewer/keysym2ucs.c
vncviewer/parameters.cxx

index ef7f55db89162f197cb6cf85c3dd507a3e2813a8..e19f52b1fd4158351988f33b2efa77e02c106d1c 100644 (file)
@@ -598,7 +598,6 @@ TcpListener::accept() {
 
 void TcpListener::getMyAddresses(std::list<char*>* result) {
 #if defined(HAVE_GETADDRINFO) && defined(HAVE_INET_PTON)
-  vnc_sockaddr_t sa;
   struct addrinfo *ai, *current, hints;
 
   memset(&hints, 0, sizeof(struct addrinfo));
index f58466cb53ca55478453ca466bd9e4944aa68b8e..03612914c54a8c12dfcf636e328c0e2b7ed88c5e 100644 (file)
@@ -59,9 +59,6 @@ inline bool EncodeManager::analyseRect(int width, int height,
   rdr::UBPP colour;
   int count;
 
-  rdr::UBPP c0, c1, ci = 0;
-  int i, n0, n1, ni;
-
   info->rleRuns = 0;
   info->palette.clear();
 
index 9aee96d2c3d87ec6465b26313918d9b34bf9fb5a..e42150864586ffc1beb88e179ca3ed35bbe75f94 100644 (file)
@@ -301,7 +301,6 @@ void SMsgWriter::writePseudoRects()
 {
   if (needSetCursor) {
     rdr::U8* data;
-    int stride;
 
     const Cursor& cursor = cp->cursor();
 
index 3846ae085f6ac885f4195fbbc452624d4ada4ff7..ec19c2e0e50b8a72aca2494ea034bec233bf6c47 100644 (file)
@@ -163,7 +163,7 @@ void TightEncoder::writeFullColourRect(const PixelBuffer* pb, const Palette& pal
   int length;
 
   const rdr::U8* buffer;
-  int stride, w, h;
+  int stride, h;
 
   os = conn->getOutStream();
 
index e261cfbac303f9e78a3badfa5df410938e7d7efc..b4613e16ea4acd26a3cde81cb0e57cab52f62b3b 100644 (file)
@@ -760,7 +760,6 @@ void VNCSConnectionST::writeRTTPing()
 void VNCSConnectionST::handleRTTPong(const struct RTTInfo &rttInfo)
 {
   unsigned rtt, delay;
-  int bdp;
 
   pingCounter--;
 
index 7f8fbf28d97dcc9d21ddb5026abde1b9890dd0f8..22efcc0c4c1ed2f546995fb115de9dff43697e21 100644 (file)
@@ -45,7 +45,5 @@ bool WinPasswdValidator::validateInternal(rfb::SConnection* sc,
                return true;
        }
 
-       int err = GetLastError();
-
        return false;
 }
index 9fa9a665c3ad274fe85dc88ae20e585cd8f208ef..d1495ef213e997b7800ff4e2b7b6908d5ccc9721 100644 (file)
@@ -422,7 +422,7 @@ void OptionsDialog::createCompressionPage(int tx, int ty, int tw, int th)
 
   int orig_tx, orig_ty;
   int half_width, full_width;
-  int width, height;
+  int height;
 
   tx += OUTER_MARGIN;
   ty += OUTER_MARGIN;
@@ -454,8 +454,6 @@ void OptionsDialog::createCompressionPage(int tx, int ty, int tw, int th)
     tx += GROUP_MARGIN;
     ty += GROUP_MARGIN;
 
-    width = encodingGroup->w() - GROUP_MARGIN * 2;
-
     tightButton = new Fl_Round_Button(LBLRIGHT(tx, ty,
                                                RADIO_MIN_WIDTH,
                                                RADIO_HEIGHT,
@@ -504,8 +502,6 @@ void OptionsDialog::createCompressionPage(int tx, int ty, int tw, int th)
     tx += GROUP_MARGIN;
     ty += GROUP_MARGIN;
 
-    width = colorlevelGroup->w() - GROUP_MARGIN * 2;
-
     fullcolorCheckbox = new Fl_Round_Button(LBLRIGHT(tx, ty,
                                                      RADIO_MIN_WIDTH,
                                                      RADIO_HEIGHT,
index 7e89a60bf7cb5a1c445feecd82cae4b6d46f92d2..9196fdca38d37991144287fa4f80d8c68f8d44a9 100644 (file)
@@ -157,7 +157,6 @@ int X11PixelBuffer::setupShm()
   int major, minor;
   Bool pixmaps;
   XErrorHandler old_handler;
-  Status status;
   const char *display_name = XDisplayName (NULL);
 
   /* Don't use MIT-SHM on remote displays */
index d91df677ca6a646bff27323f2842572523d4b978..33a5653d60084ae9cd3069e14268b5937ccfcdbe 100644 (file)
@@ -899,7 +899,6 @@ unsigned ucs2keysym(unsigned ucs)
 {
   int cur = 0;
   int max = sizeof(keysymtab) / sizeof(struct codepair) - 1;
-  int mid;
 
   /* first check for Latin-1 characters (1:1 mapping) */
   if ((ucs >= 0x0020 && ucs <= 0x007e) ||
index c975e99a0344f54107cdb19cf03513916455a119..db9e92d60707bd0b0dac022de9b231f4a2d78302 100644 (file)
@@ -551,7 +551,6 @@ char* loadViewerParameters(const char *filename) {
   char readError[buffersize*2];
   char line[buffersize];
   char decodingBuffer[buffersize];
-  char decodedValue[buffersize];
   static char servername[sizeof(line)];
 
   // Load from the registry or a predefined file if no filename was specified.