]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove an unused type.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Mar 2015 13:31:35 +0000 (13:31 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Mar 2015 13:31:35 +0000 (13:31 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12168 d7cf8633-e32d-0410-b094-e92efae38249

client.h

index f830c2e74c05976953403879fbc1bb6ca584a9bd..7c6fff4da024fce39d867532b8f21aeb259b7abb 100644 (file)
--- a/client.h
+++ b/client.h
@@ -921,19 +921,6 @@ client_static_t;
 
 extern client_static_t cls;
 
 
 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
 {
 //[515]: csqc
 typedef struct
 {