]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
cvar: Remove the Cvar_Set_NoCallback hack and make it a part of the callbacks where...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 67115fc91c728b47381293f2507b433bc7ddf4a9..1b01fc78348b123428006064efd27f436f1b41f5 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -125,7 +125,6 @@ qbool Cvar_Readonly (cvar_t *var, const char *cmd_name);
 
 /// equivelant to "<name> <variable>" typed at the console
 void Cvar_Set (cvar_state_t *cvars, const char *var_name, const char *value);
-void Cvar_Set_NoCallback (cvar_t *var, const char *value);
 
 /// expands value to a string and calls Cvar_Set
 void Cvar_SetValue (cvar_state_t *cvars, const char *var_name, float value);