From 6999d3b943ff9ed3ac378a0052389ec7ad3b6edc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 May 2011 14:56:59 +0000 Subject: [PATCH] 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 --- vncviewer/Viewport.cxx | 2 -- 1 file changed, 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()); -- 2.39.5