From 99d7f53948c863e88946cec45d9c6a3bcc2b4976 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Tue, 23 Sep 2014 22:06:41 -0300 Subject: [PATCH] Minor changes. - Temporarily marked test as DONE. - Removed extra line, that could ruin my macros :P --- src/bin/cxx/image_blend_border_recolor.cc | 2 +- src/bin/cxx/image_blend_many_smooth_same_scaled.cc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/cxx/image_blend_border_recolor.cc b/src/bin/cxx/image_blend_border_recolor.cc index dee53dc..d7560cd 100644 --- a/src/bin/cxx/image_blend_border_recolor.cc +++ b/src/bin/cxx/image_blend_border_recolor.cc @@ -1,4 +1,4 @@ - +// XXX DONE #ifdef HAVE_CONFIG_H # include #endif diff --git a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc index 04334cb..18a0e8d 100644 --- a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc +++ b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc @@ -1,5 +1,4 @@ - #ifdef HAVE_CONFIG_H # include #endif