From 6469cdf78a1fa554bb3d51e2a54013faca733136 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 11 Jul 2024 21:53:12 -0400 Subject: [PATCH] eliminate compiler warning --- coders/heic.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/coders/heic.c b/coders/heic.c index 368ec7e63..00f6b5c9f 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -84,12 +84,6 @@ #endif #endif -/* - Define declarations. -*/ -#define HEIC_COMPUTE_NUMERIC_VERSION(major,minor,patch) \ - (((major) << 24) | ((minor) << 16) | ((patch) << 8) | 0) - #if defined(MAGICKCORE_HEIC_DELEGATE) /* Forward declarations.