diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-06-08 17:21:48 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-06-08 17:21:48 +0000 |
commit | 4c8e311627bda4f5100d18250097152a26652e91 (patch) | |
tree | 2369ef1fdac1f99724a0a308f8e56d7788effc9b /vncviewer/OptionsDialog.h | |
parent | 599697bf3f6456bcdb4876ed30e176c4b0586bb5 (diff) | |
download | tigervnc-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.h')
-rw-r--r-- | vncviewer/OptionsDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vncviewer/OptionsDialog.h b/vncviewer/OptionsDialog.h index 9968331f..dfe2b656 100644 --- a/vncviewer/OptionsDialog.h +++ b/vncviewer/OptionsDialog.h @@ -111,7 +111,6 @@ protected: /* Misc. */ Fl_Check_Button *sharedCheckbox; Fl_Check_Button *fullScreenCheckbox; - Fl_Check_Button *localCursorCheckbox; Fl_Check_Button *dotCursorCheckbox; }; |