]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Remove an unused type.
[xonotic/darkplaces.git] / 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;
 
-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
 {