diff --git a/Corale.Colore/Razer/NativeMethods.cs b/Corale.Colore/Razer/NativeMethods.cs
index c6ac13b2..fd882d6d 100644
--- a/Corale.Colore/Razer/NativeMethods.cs
+++ b/Corale.Colore/Razer/NativeMethods.cs
@@ -304,7 +304,6 @@ internal delegate Result CreateKeyboardEffectDelegate(
///
/// Create mouse effect.
///
- /// The zone, or in this case LED, in which the effect is going to be applied.
///
/// Standard effect type. These include ,
/// , and .
@@ -337,7 +336,6 @@ internal delegate Result CreateKeyboardEffectDelegate(
///
[UnmanagedFunctionPointer(FunctionConvention, SetLastError = true)]
internal delegate Result CreateMouseEffectDelegate(
- [In] RZID zone,
[In] Mouse.Effects.Effect effect,
[In] IntPtr param,
[In, Out] ref Guid effectId);