]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
Remove commented out code/unused prototype
[xonotic/darkplaces.git] / prvm_cmds.h
index c4ac87c8cac5e5dc0c9e4cf0f2847e152f89da2c..83b8fcf73819e1e26a3af93e0617b947acf1ee26 100644 (file)
@@ -214,9 +214,6 @@ float       getserverlistindexforkey(string key)
 
 #define VM_STRINGTEMP_LENGTH MAX_INPUTLINE
 
-// init code
-void PR_Cmd_Init(void);
-
 // general functions
 void VM_CheckEmptyString (prvm_prog_t *prog, const char *s);
 void VM_VarString(prvm_prog_t *prog, int first, char *out, int outlength);