]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
cvar: Remove unused ignore_callback variable
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 18010dec7c1af161ee0b920a17d7863cdb4389e0..dd7bc98b1c2065a62ab3dfbfc74de233638cbba6 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 1996-1997 Id Software, Inc.
+Copyright (C) 2006-2021 DarkPlaces contributors
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -76,7 +77,6 @@ typedef struct cvar_s
        const char *defstring;
 
        void (*callback)(struct cvar_s *var);
-       qbool ignore_callback;
 
        char **aliases;
        int aliasindex;