diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-03-03 16:10:53 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-03-03 16:10:53 +0100 |
commit | eb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32 (patch) | |
tree | b4d5c282152aae6973693047318e8e1e55f955bd /vncviewer/OptionsDialog.cxx | |
parent | da9a38d4e9ded0901db1bd4b6144f0213ebecea7 (diff) | |
download | tigervnc-eb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32.tar.gz tigervnc-eb95532f5c0e9e6891233ab7ca4d2a10e1fe1d32.zip |
Remove unused variables
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r-- | vncviewer/OptionsDialog.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index 9fa9a665..d1495ef2 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx @@ -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, |