aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-06-08 17:21:48 +0000
committerPierre Ossman <ossman@cendio.se>2011-06-08 17:21:48 +0000
commit4c8e311627bda4f5100d18250097152a26652e91 (patch)
tree2369ef1fdac1f99724a0a308f8e56d7788effc9b /vncviewer/OptionsDialog.cxx
parent599697bf3f6456bcdb4876ed30e176c4b0586bb5 (diff)
downloadtigervnc-4c8e311627bda4f5100d18250097152a26652e91.tar.gz
tigervnc-4c8e311627bda4f5100d18250097152a26652e91.zip
Bah, not enough coffee today. I had already implemented the pointer rate
control, so it can be allowed to stay for now. And there were a bunch of references to the local cursor option. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4475 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r--vncviewer/OptionsDialog.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx
index 31064ba9..abe6a89d 100644
--- a/vncviewer/OptionsDialog.cxx
+++ b/vncviewer/OptionsDialog.cxx
@@ -273,7 +273,6 @@ void OptionsDialog::loadOptions(void)
/* Misc. */
sharedCheckbox->value(shared);
fullScreenCheckbox->value(fullScreen);
- localCursorCheckbox->value(useLocalCursor);
dotCursorCheckbox->value(dotWhenNoCursor);
}
@@ -366,7 +365,6 @@ void OptionsDialog::storeOptions(void)
/* Misc. */
shared.setParam(sharedCheckbox->value());
fullScreen.setParam(fullScreenCheckbox->value());
- useLocalCursor.setParam(localCursorCheckbox->value());
dotWhenNoCursor.setParam(dotCursorCheckbox->value());
std::map<OptionsCallback*, void*>::const_iterator iter;
@@ -725,12 +723,6 @@ void OptionsDialog::createMiscPage(int tx, int ty, int tw, int th)
_("Full-screen mode")));
ty += CHECK_HEIGHT + TIGHT_MARGIN;
- localCursorCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
- CHECK_MIN_WIDTH,
- CHECK_HEIGHT,
- _("Render cursor locally")));
- ty += CHECK_HEIGHT + TIGHT_MARGIN;
-
dotCursorCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
CHECK_MIN_WIDTH,
CHECK_HEIGHT,