diff options
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/ServerDialog.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx index ba0386ca..d49ebb8d 100644 --- a/vncviewer/ServerDialog.cxx +++ b/vncviewer/ServerDialog.cxx @@ -112,8 +112,6 @@ ServerDialog::ServerDialog() button->callback(this->handleConnect, this); callback(this->handleCancel, this); - - set_modal(); } |