mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
needn't open netlib from here!
This commit is contained in:
parent
2ccdf6878a
commit
75b0e6cf11
1 changed files with 0 additions and 7 deletions
|
@ -166,13 +166,6 @@ ConnsFormHandleEvent( EventPtr event )
|
|||
switch ( event->eType ) {
|
||||
case frmOpenEvent:
|
||||
|
||||
if ( !openNetLibIfNot( globals ) ) {
|
||||
beep();
|
||||
cleanupExit( globals );
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
|
||||
state->serverRole =
|
||||
(Connectedness)globals->dlgParams[CONNS_PARAM_ROLE_INDEX];
|
||||
state->addr =
|
||||
|
|
Loading…
Reference in a new issue