Remove UserVariables.ahk, it didn't serve a purpose

This commit is contained in:
Laurence Dougal Myers 2023-12-19 17:40:17 +11:00
parent 7dbfa98008
commit 2cb4e30b0f
2 changed files with 0 additions and 8 deletions

View File

@ -35,12 +35,6 @@ port_test(numports,numports2) ; test the ports - check for valid ports? - see
gosub, midiin_go ; opens the midi input port listening routine see Midi_under_the_hood.ahk file
gosub, midiMon ; see below - a monitor gui - see Midi_In_and_GuiMonitor.ahk
;*************************************************
;* VARIBLES TO SET @ STARTUP
;*************************************************
#Include userVariables.ahk
return

View File

@ -1,2 +0,0 @@
max_cc_val = 112
;cc_mappings = [ { cc: 67, output: "AxisX", invert: false, max: 112 }]