Removed some useless commented out lines.

This commit is contained in:
2013-12-03 16:33:50 -04:30
parent ebbacf4feb
commit 9c2b67395e

View File

@@ -29,8 +29,6 @@ public class CameraImageMonitor{
if(imgConsumed){ if(imgConsumed){
Logger.log_d(TAG, CLASS_NAME + ".setImageData() :: Copying new image."); Logger.log_d(TAG, CLASS_NAME + ".setImageData() :: Copying new image.");
synchronized(this.imageMonitor){ synchronized(this.imageMonitor){
//this.image = new byte[image.length];
//System.arraycopy(image, 0, this.image, 0, image.length);
this.image = image; this.image = image;
imgProduced = true; imgProduced = true;
imgConsumed = false; imgConsumed = false;