Skip to content

Commit

Permalink
Fix reset_delay 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henlich, Thomas authored and Henlich, Thomas committed Aug 31, 2018
1 parent c8d734b commit 97fda8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ private static readonly Dictionary<int, string> m_valid_delays
{ -1, "None" },
};

private static int m_delay = -1;

private static Dictionary<string, string> GetSupportedLanguages()
{
Dictionary<string, string> ret = new Dictionary<string, string>()
Expand Down

0 comments on commit 97fda8f

Please sign in to comment.