diff --git a/libs/pyglet_rs/src/src/pymath.rs b/libs/pyglet_rs/src/src/pymath.rs index 4ca3e55..a7c3b19 100644 --- a/libs/pyglet_rs/src/src/pymath.rs +++ b/libs/pyglet_rs/src/src/pymath.rs @@ -54,8 +54,6 @@ pub mod python_class { fn __neg__(&self) -> Self; fn __round__(&self, ndigits: Option) -> Self; fn __radd__(&self, other: &PyAny) -> Self; - fn __eq__(&self, other: &Self) -> bool; - fn __ne__(&self, other: &Self) -> bool; // fn rotate }