mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Comment an #if 0
Looks like John Carmack was going to implement "reference" .qpr directories, where they would contain a reference to the "real" base path, but never got it finished. Make a note in the source to explain the "dead" code.
This commit is contained in:
parent
4d63d20663
commit
dbab1545e5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ id project_i;
|
|||
[basepathinfo_i setStringValue: [NSString stringWithCString:ts]];
|
||||
// in Project Inspector
|
||||
|
||||
#if 0
|
||||
#if 0 // FIXME: for "out-of-tree" projects
|
||||
if ((s =[projectInfo getStringFor:BASEPATHKEY])) {
|
||||
strcpy (path_basepath, s);
|
||||
|
||||
|
|
Loading…
Reference in a new issue