diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-17 20:36:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-21 16:04:48 -0400 |
commit | fdfb060795a0cca62bc98df97c28160160f4317a (patch) | |
tree | 1206bc6ad1f583e9887d85e3299d97a83f21cb4e /docs/technical | |
parent | d61bb78b2add425eb385931d36ab4b54e115d870 (diff) | |
download | SMAPI-fdfb060795a0cca62bc98df97c28160160f4317a.tar.gz SMAPI-fdfb060795a0cca62bc98df97c28160160f4317a.tar.bz2 SMAPI-fdfb060795a0cca62bc98df97c28160160f4317a.zip |
remove unused code (#767)
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/smapi.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md index e2832710..223e9c5b 100644 --- a/docs/technical/smapi.md +++ b/docs/technical/smapi.md @@ -50,7 +50,6 @@ environment variable | purpose `SMAPI_NO_TERMINAL` | Equivalent to `--no-terminal` above. `SMAPI_MODS_PATH` | Equivalent to `--mods-path` above. - ### Compile flags SMAPI uses a small number of conditional compilation constants, which you can set by editing the `<DefineConstants>` element in `SMAPI.csproj`. Supported constants: |