ctrlpad: remove widget code

pull/3383/head
Rob Pilling 2024-04-25 12:48:42 +01:00
parent 77e3f9dec7
commit 268d95428c
1 changed files with 0 additions and 8 deletions

View File

@ -344,14 +344,6 @@
ui = undefined; ui = undefined;
}); });
WIDGETS["hid"] = {
area: "tr",
sortorder: -20,
draw: () => {},
width: 0,
};
//(WIDGETS["hid"] as any).getUI = () => ui;
//(WIDGETS["hid"] as any).col = colour;
/* /*
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings); const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);