diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-05-20 14:56:59 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-05-20 14:56:59 +0000 |
commit | 6999d3b943ff9ed3ac378a0052389ec7ad3b6edc (patch) | |
tree | 1d503f1275f5a1b0d8525d538b9347c0f6a37efc /vncviewer/Viewport.cxx | |
parent | cb0cffe6dbe6b980227fc5683529a9478e1547b3 (diff) | |
download | tigervnc-6999d3b943ff9ed3ac378a0052389ec7ad3b6edc.tar.gz tigervnc-6999d3b943ff9ed3ac378a0052389ec7ad3b6edc.zip |
Undo accidental commit of premature fullscreen code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4438 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/Viewport.cxx')
-rw-r--r-- | vncviewer/Viewport.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx index 15722ca6..2753f42b 100644 --- a/vncviewer/Viewport.cxx +++ b/vncviewer/Viewport.cxx @@ -553,8 +553,6 @@ void Viewport::initContextMenu() { contextMenu->add(_("Exit viewer"), 0, NULL, (void*)ID_EXIT, FL_MENU_DIVIDER); - contextMenu->add(_("Full screen"), 0, NULL, (void*)ID_FULLSCREEN, FL_MENU_TOGGLE | FL_MENU_DIVIDER); - contextMenu->add(_("Ctrl"), 0, NULL, (void*)ID_CTRL, FL_MENU_TOGGLE); contextMenu->add(_("Alt"), 0, NULL, (void*)ID_ALT, FL_MENU_TOGGLE); CharArray menuKeyStr(menuKey.getData()); |