Skip to content

Commit

Permalink
Removed useless enum
Browse files Browse the repository at this point in the history
  • Loading branch information
PaciStardust committed Nov 25, 2023
1 parent 566b997 commit 05a65ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions OscMultitool/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,4 @@ private static void UpdateConfig(ConfigModel config)
}
#endregion
}

internal enum ConfigLoadResult
{
Success,
CantCreateDirectory,
ConfigCorrupted
}
}

0 comments on commit 05a65ae

Please sign in to comment.