diff --git a/src/legacy-gui.cpp b/src/legacy-gui.cpp index aea6cc0..bd501a4 100644 --- a/src/legacy-gui.cpp +++ b/src/legacy-gui.cpp @@ -707,12 +707,6 @@ public: char *name = strdup( n ); - if ( index( name, ' ' ) ) - { - free( name ); - name = strdup( "nsm-proxy" ); - } - lo_address nsm_addr = lo_address_new_from_url( browser->text( browser->value() ) ); osc->send( nsm_addr, "/nsm/server/add", name ); @@ -730,12 +724,6 @@ public: char *name = strdup( n ); - if ( index( name, ' ' ) ) - { - free( name ); - name = strdup( "nsm-proxy" ); - } - MESSAGE( "Sending add for: %s", name ); /* FIXME: user should get to choose which system to do the add on */ foreach_daemon ( d )