summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-05-20 14:56:59 +0000
committerPierre Ossman <ossman@cendio.se>2011-05-20 14:56:59 +0000
commit6999d3b943ff9ed3ac378a0052389ec7ad3b6edc (patch)
tree1d503f1275f5a1b0d8525d538b9347c0f6a37efc /vncviewer/Viewport.cxx
parentcb0cffe6dbe6b980227fc5683529a9478e1547b3 (diff)
downloadtigervnc-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.cxx2
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());