diff options
Diffstat (limited to 'source/cl_public.h')
-rw-r--r-- | source/cl_public.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/cl_public.h b/source/cl_public.h index b3d3a23..0f43f16 100644 --- a/source/cl_public.h +++ b/source/cl_public.h @@ -33,14 +33,6 @@ typedef enum { ca_active // game views should be displayed } connstate_t; -typedef enum { - dl_none, - dl_model, - dl_sound, - dl_skin, - dl_single -} dltype_t; // download type - typedef struct { char name[MAX_CLIENT_NAME]; int ping; |