]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sys-post.qh
Remove the cvar wrappers that existed for the campaign, which are now useless thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-post.qh
index 32024aec5f258fe6c0615652d4838b2bc7357b98..6ccb5918caa6990f1dd999036fdc97e22beabaff 100644 (file)
@@ -2,14 +2,7 @@
 
 #undef droptofloor
 #undef sound
-#undef remove
-#undef cvar_set
-#undef cvar_string
-#undef cvar
 
-var float(string name) cvar;
-var string(string name) cvar_string;
-var void(string name, string value) cvar_set;
 var void delete_fn(entity e);
 
 #undef IT_SHOTGUN