]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cmd: Remove now-unused cmddeferred_t
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 05:17:56 +0000 (05:17 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 05:17:56 +0000 (05:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12922 d7cf8633-e32d-0410-b094-e92efae38249

cmd.h

diff --git a/cmd.h b/cmd.h
index c04e6c361b204fdbb0775c52f5ecce730d1e12df..51343b1da82f7925e72f67fbf124dfb9b25d124e 100644 (file)
--- 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
 {