]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
remove some more dead code
[xonotic/darkplaces.git] / cl_parse.c
index 9e414372afeba4ea282a2578d5baec6c2d157c5e..4b8da407dde50a251f9bb95cd3d33e975c8287ba 100644 (file)
@@ -3664,7 +3664,7 @@ void CL_ParseServerMessage(void)
                                break;
 
                        case qw_svc_chokecount:
-                               i = MSG_ReadByte(&cl_message);
+                               (void) MSG_ReadByte(&cl_message);
                                // FIXME: apply to netgraph
                                //for (j = 0;j < i;j++)
                                //      cl.frames[(cls.netcon->qw.incoming_acknowledged-1-j)&QW_UPDATE_MASK].receivedtime = -2;