Removed reduundant line.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1657 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
0ed47d42af
commit
af370d91fe
|
@ -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++ )
|
||||
|
|
Loading…
Reference in New Issue