From: Pierre Ossman Date: Fri, 20 May 2011 14:56:59 +0000 (+0000) Subject: Undo accidental commit of premature fullscreen code. X-Git-Tag: v1.1.90~340 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6999d3b943ff9ed3ac378a0052389ec7ad3b6edc;p=tigervnc.git 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 --- 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());