zap some FIXMEs

This commit is contained in:
Bill Currie 2002-08-14 20:01:23 +00:00
parent 9c79651d43
commit 141df55965
2 changed files with 0 additions and 9 deletions

View File

@ -131,14 +131,6 @@ Cmd_Command (cbuf_args_t *args)
// check cvars
if (Cvar_Command ())
return;
#if 0 //FIXME
// Check for assignment
if (Cmd_Argc () == 3 && !strcmp (Cmd_Argv (1), "=")) {
Cmd_SetLocal (cmd_activebuffer, Cmd_Argv (0), Cmd_Argv (2));
return;
}
// check alias
#endif
if (cmd_warncmd->int_val || developer->int_val)
Sys_Printf ("Unknown command \"%s\"\n", Cmd_Argv (0));

View File

@ -376,7 +376,6 @@ contains_updir (const char *filename)
if (filename[0] == 0 || filename [1] == 0)
return 0;
// FIXME: maybe I should handle alternate seperators?
for (i = 0; filename[i+1]; i++) {
if (!(i == 0 || filename[i-1] == '/') // beginning of string
// or first slash