diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 10:42:18 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 10:42:18 -0500 |
commit | f20e804622e8892a090a6678aa38f32898e0d433 (patch) | |
tree | 0527dd7a06d3def685fc2f913efdb6e65360103d /src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs | |
parent | bbd021f8736d1496f34a58b12bb0ee6c341d1c5e (diff) | |
parent | c90b821a43bd98c3268a25a324f10a1f2055d7ac (diff) | |
download | SMAPI-f20e804622e8892a090a6678aa38f32898e0d433.tar.gz SMAPI-f20e804622e8892a090a6678aa38f32898e0d433.tar.bz2 SMAPI-f20e804622e8892a090a6678aa38f32898e0d433.zip |
Merge branch 'feature/download-page' into develop
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs')
-rw-r--r-- | src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs deleted file mode 100644 index 198274b2..00000000 --- a/src/SMAPI.Web/Framework/ConfigModels/LogParserConfig.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace StardewModdingAPI.Web.Framework.ConfigModels -{ - /// <summary>The config settings for the log parser.</summary> - internal class LogParserConfig - { - /********* - ** Accessors - *********/ - /// <summary>The root URL for the log parser controller.</summary> - public string SectionUrl { get; set; } - } -} |