From: divverent Date: Mon, 2 Mar 2015 13:31:35 +0000 (+0000) Subject: Remove an unused type. X-Git-Tag: xonotic-v0.8.1~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e4ae8505ac72adcb5c47e154bb5e33b87bdd5768;p=xonotic%2Fdarkplaces.git Remove an unused type. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12168 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=d5702d667cbc29f4198611f296b583d1f329e01b --- diff --git a/client.h b/client.h index f830c2e7..7c6fff4d 100644 --- a/client.h +++ b/client.h @@ -921,19 +921,6 @@ client_static_t; extern client_static_t cls; -typedef struct client_movementqueue_s -{ - double time; - float frametime; - int sequence; - float viewangles[3]; - float move[3]; - qboolean jump; - qboolean crouch; - qboolean canjump; -} -client_movementqueue_t; - //[515]: csqc typedef struct {