mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
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:
parent
90fd98a3ad
commit
d8c9b7eb58
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
// =======================================================================
|
||||
|
|
Loading…
Reference in a new issue