From af370d91fe23c2ae81c47ccf61a74a8fe2b127c9 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 5 Dec 2005 12:24:21 +0000 Subject: [PATCH] Removed reduundant line. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1657 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zm_image.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zm_image.cpp b/src/zm_image.cpp index 31a574463..f5ac0f176 100644 --- a/src/zm_image.cpp +++ b/src/zm_image.cpp @@ -633,9 +633,6 @@ Image *Image::Highlight( int n_images, Image *images[], const Rgb threshold, con assert( width == images[i]->width && height == images[i]->height && colours == images[i]->colours ); } - // Not even sure why this is here!! - //const Image *reference = Merge( n_images, images ); - Image *result = new Image( width, height, images[0]->colours ); int size = result->size; for ( int c = 0; c < 3; c++ )