diff tools/libgfx.h @ 2467:a11ef670bd99

Move dmCompareColor() from libgfx to gfxconv as it is used only there, rename to dmExactCompareColor().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Apr 2020 15:00:18 +0300
parents f6278408bfae
children 637a310e3f27
line wrap: on
line diff
--- a/tools/libgfx.h	Thu Apr 16 14:35:41 2020 +0300
+++ b/tools/libgfx.h	Thu Apr 16 15:00:18 2020 +0300
@@ -161,7 +161,6 @@
 //
 // Palette handling
 //
-BOOL      dmCompareColor(const DMColor *c1, const DMColor *c2, const BOOL alpha);
 int       dmPaletteAlloc(DMPalette **ppal, const int ncolors, const int ctransp);
 int       dmPaletteResize(DMPalette **ppal, const int ncolors);
 void      dmPaletteFree(DMPalette *pal);