Removed reduundant line.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1657 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-12-05 12:24:21 +00:00
parent 0ed47d42af
commit af370d91fe
1 changed files with 0 additions and 3 deletions

View File

@ -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++ )