From d6fd83762e81da25c1083c38422010da6dfb7aee Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sun, 31 Mar 2019 15:13:21 -0400 Subject: [PATCH] Remove mcopy.state.camera and mcopy.state.projector. --- app/js/app.js | 16 ---------------- app/src/index.js | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/app/js/app.js b/app/js/app.js index 7994911..2e76f30 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -2502,22 +2502,6 @@ let log; *******/ mcopy.state = { version : PACKAGE.version, //use for file compatibility check - camera : { - pos : 0, - direction: true - }, - projector : { - pos : 0, - direction: true - }, - camera_second : { - pos : 0, - direction : true - }, - projector_second : { - pos : 0, - direction : true - }, sequence : { pads: { //gaaaaaaaaah diff --git a/app/src/index.js b/app/src/index.js index 4574f20..fd63cd4 100644 --- a/app/src/index.js +++ b/app/src/index.js @@ -28,22 +28,6 @@ let log; *******/ mcopy.state = { version : PACKAGE.version, //use for file compatibility check - camera : { - pos : 0, - direction: true - }, - projector : { - pos : 0, - direction: true - }, - camera_second : { - pos : 0, - direction : true - }, - projector_second : { - pos : 0, - direction : true - }, sequence : { pads: { //gaaaaaaaaah