From ae9734904c55cc6912b678a7b165256f05d8c882 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Sat, 6 Jan 2018 17:19:30 -0500
Subject: [PATCH] wip

---
 modules/image/motion detect | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/image/motion detect b/modules/image/motion detect
index 604e9b9..5d9998c 100755
--- a/modules/image/motion detect	
+++ b/modules/image/motion detect	
@@ -179,9 +179,6 @@ function compare_images() {
    var ctx = mod.lastimg.getContext("2d")
    var lastimg = ctx.getImageData(0,0,mod.img.width,mod.img.height)
    var t = parseFloat(mod.threshold.value)
-   //
-   // transfer?
-   //
    webworker.postMessage({
       height:mod.img.height,width:mod.img.width,threshold:t,
       buffer:img.data.buffer,lastbuffer:lastimg.data.buffer})
-- 
GitLab