From: cloudwalk Date: Thu, 17 Sep 2020 05:17:56 +0000 (+0000) Subject: cmd: Remove now-unused cmddeferred_t X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82e2009f9b1ccb01e84bc3ca7d0095ae4104fc1d;p=xonotic%2Fdarkplaces.git cmd: Remove now-unused cmddeferred_t git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12922 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cmd.h b/cmd.h index c04e6c36..51343b1d 100644 --- a/cmd.h +++ b/cmd.h @@ -82,13 +82,6 @@ typedef struct cmd_function_s qbool initstate; // indicates this command existed at init } cmd_function_t; -typedef struct cmddeferred_s -{ - struct cmddeferred_s *next; - char *value; - double delay; -} cmddeferred_t; - /// container for user-defined QC functions and aliases, shared between different command interpreters typedef struct cmd_userdefined_s {