]> git.imager.perl.org - imager.git/commitdiff
remove useless #define
authorTony Cook <tony@develop-help.com>
Sat, 21 May 2011 03:04:58 +0000 (13:04 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 21 May 2011 03:04:58 +0000 (13:04 +1000)
Imager.xs

index d6e8471a066e03857aaf7b184040056d837ef157..f0afbe57aa7843ebfe2119584c48fcc73dd5ddaf 100644 (file)
--- 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;