X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=6a9e3a8a8a2da3baeff59f1df1b36037f62fc702;hb=2b9849f490f48a8e2e5dd5aaeadf920827127d78;hp=59c59d25737982bc64883d8abb1a763626b8d693;hpb=8d0439ca98bdcbc0e5258e87d5b01debff0da7ce;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index 59c59d25..6a9e3a8a 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -1179,11 +1179,6 @@ Pixel ReadPixel(DrawBuffer *bitmap, int x, int y) return GetPixel(bitmap, x, y); } -void SetRGB(unsigned int pixel, - unsigned short red, unsigned short green, unsigned short blue) -{ -} - int get_base_element(int element) { if (IS_MIRROR(element))