diff options
Diffstat (limited to 'base/base_paths.h')
-rw-r--r-- | base/base_paths.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/base_paths.h b/base/base_paths.h index 31344a2..2fea742 100644 --- a/base/base_paths.h +++ b/base/base_paths.h @@ -51,9 +51,6 @@ enum { DIR_EXE, // directory containing FILE_EXE DIR_MODULE, // directory containing FILE_MODULE DIR_TEMP, // temporary directory - DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful - // for tests that need to locate various resources. It - // should not be used outside of test code. PATH_END }; |