aboutsummaryrefslogtreecommitdiff
path: root/tcpserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpserver.c')
-rw-r--r--tcpserver.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcpserver.c b/tcpserver.c
index 6c06d2e..0c197a2 100644
--- a/tcpserver.c
+++ b/tcpserver.c
@@ -322,10 +322,9 @@ static void tcpserver_broadcast(t_tcpserver *x, t_symbol *s, int argc, t_atom *a
/* broadcasts a message to all connected clients */
static void tcpserver_broadcastbut(t_tcpserver *x, t_symbol *s, int argc, t_atom *argv)
{
- int client=0;
int but=-1;
-
- t_iemnet_chunk*chunk=NULL;
+ //int client=0;
+ // t_iemnet_chunk*chunk=NULL;
if(argc<2) {
return;