Skip to content

Commit

Permalink
Clean up syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Oct 27, 2015
1 parent 9d1d3f6 commit bd77930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Corale.Colore/Core/NativeWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,7 @@ internal static void SetEffect(Guid guid)
return;

if (result == Result.RzAccessDenied)
{
Log.Warn("Ambigous RzAccessDenied error thrown from call to native function SetEffect.");
}
else
throw new NativeCallException("SetEffect", result);
}
Expand Down

0 comments on commit bd77930

Please sign in to comment.