diff --git a/src/rcore.c b/src/rcore.c index 1bb6c71c6..46ae03610 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3180,10 +3180,6 @@ unsigned int *ComputeSHA256(unsigned char *data, int dataSize) } RL_FREE(buffer); return hash; - - #undef ROTATE_RIGHT - #undef A0 - #undef A1 } //----------------------------------------------------------------------------------