home · contact · privacy
Server: Remove unneeded yx_uint8_cmp() function.
[plomrogue] / src / server / yx_uint8.h
index 62cc9ce1f9c74fb07eb8df071039bbe8e1299e32..4763f55a7247fd7c6a74dc918cf0e6809aad3142 100644 (file)
@@ -11,9 +11,6 @@
 
 
 
-/* Return 1 if two yx_uint8 coordinates at "a" and "b" are equal, else 0. */
-extern uint8_t yx_uint8_cmp(struct yx_uint8 * a, struct yx_uint8 * b);
-
 /* Move "yx" into hex direction "d". If this moves "yx" beyond the minimal (0)
  * or maximal (UINT8_MAX) column or row, it wraps to the opposite side. Such
  * wrapping is returned as a wraps enum value and stored, so that further calls