Small change to keep an unused function from being compiled in.

Credit given in AUTHORS, but it didn't take
This commit is contained in:
Dan Olson 2000-02-24 14:46:21 +00:00
parent 90fd98a3ad
commit d8c9b7eb58

View file

@ -190,7 +190,8 @@ void Sys_DebugLog(char *file, char *fmt, ...) {
close(fd);
*/
}
/*
This function isn't used.
void Sys_EditFile(char *filename) {
char cmd[256];
@ -211,7 +212,7 @@ void Sys_EditFile(char *filename) {
system(cmd);
}
}
*/
// =======================================================================
// Sleeps for microseconds
// =======================================================================