Skip to content

Commit

Permalink
Fix incorrect function signature in AnyCPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Sep 5, 2015
1 parent 9bb3684 commit 4cddaad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Corale.Colore/Razer/NativeMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ internal delegate Result CreateKeyboardEffectDelegate(
/// <summary>
/// Create mouse effect.
/// </summary>
/// <param name="zone">The zone, or in this case LED, in which the effect is going to be applied.</param>
/// <param name="effect">
/// Standard effect type. These include <see cref="Mouse.Effects.Effect.SpectrumCycling" />,
/// <see cref="Mouse.Effects.Effect.Breathing" />, and <see cref="Mouse.Effects.Effect.Static" />.
Expand Down Expand Up @@ -337,7 +336,6 @@ internal delegate Result CreateKeyboardEffectDelegate(
/// </remarks>
[UnmanagedFunctionPointer(FunctionConvention, SetLastError = true)]
internal delegate Result CreateMouseEffectDelegate(
[In] RZID zone,
[In] Mouse.Effects.Effect effect,
[In] IntPtr param,
[In, Out] ref Guid effectId);
Expand Down

2 comments on commit 4cddaad

@sharpblade-ci
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Colore :: Release Build Build 68 is now running

@sharpblade-ci
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Colore :: Release Build Build 68 outcome was SUCCESS
Summary: Tests passed: 111 Build time: 0:1:53

Please sign in to comment.