summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-07-29 12:09:18 -0500
committerBe <be@mixxx.org>2020-07-29 13:36:55 -0500
commitc4eca9311d47057a58736f3882e0c16359e239c4 (patch)
tree0579ee408eb3d484325fb82d75b9052bcc3c2727
parentd3c84af7224a7a6835b0724ed21e7c966d2bef59 (diff)
NI Traktor Kontrol S2 Mk2: remove unused function
-rw-r--r--res/controllers/Traktor-Kontrol-S2-MK2-hid-scripts.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/controllers/Traktor-Kontrol-S2-MK2-hid-scripts.js b/res/controllers/Traktor-Kontrol-S2-MK2-hid-scripts.js
index 04366d5708..74ac28d6b7 100644
--- a/res/controllers/Traktor-Kontrol-S2-MK2-hid-scripts.js
+++ b/res/controllers/Traktor-Kontrol-S2-MK2-hid-scripts.js
@@ -896,12 +896,6 @@ TraktorS2MK2.loopOutButton = function(field) {
engine.setValue(group, "loop_out", field.value);
};
-TraktorS2MK2.samplerActivateButton = function(field) {
- if (field.value > 0) {
- TraktorS2MK2.controller.samplers_active[field.group] = !TraktorS2MK2.controller.samplers_active[field.group];
- }
-};
-
// Refer to https://github.com/mixxxdj/mixxx/wiki/standard-effects-mapping for how to use this.
TraktorS2MK2.connectEffectButtonLEDs = function(effectUnitGroup) {
TraktorS2MK2.effectButtonLEDconnections[effectUnitGroup].forEach(function(connection) {