From 9041624c8a12b5b26a2f19a45a4421e2bbf2c879 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sat, 21 May 2011 13:04:58 +1000 Subject: [PATCH] remove useless #define --- Imager.xs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Imager.xs b/Imager.xs index d6e8471a..f0afbe57 100644 --- a/Imager.xs +++ b/Imager.xs @@ -862,11 +862,6 @@ validate_i_ppal(i_img *im, i_palidx const *indexes, int count) { #define ICLF_new_internal(r, g, b, a) i_fcolor_new((r), (g), (b), (a)) #define ICLF_DESTROY(cl) i_fcolor_destroy(cl) - -/* the m_init_log() function was called init_log(), renamed to reduce - potential naming conflicts */ -#define init_log m_init_log - #if i_int_hlines_testing() typedef i_int_hlines *Imager__Internal__Hlines; -- 2.39.5