Browse Source

This code is no longer needed now that we have dynamic resize.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4926 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 12 years ago
parent
commit
275284f3fd
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      vncviewer/Viewport.cxx

+ 1
- 4
vncviewer/Viewport.cxx View File

@@ -919,11 +919,8 @@ void Viewport::popupContextMenu()
case ID_FULLSCREEN:
if (window()->fullscreen_active())
window()->fullscreen_off();
else {
// See comment in DesktopWindow::handleOptions
window()->size_range(100, 100, 0, 0);
else
window()->fullscreen();
}
break;
#endif
case ID_RESIZE:

Loading…
Cancel
Save