diff --git a/macrovision.html b/macrovision.html
index 73247398..1c48156d 100644
--- a/macrovision.html
+++ b/macrovision.html
@@ -32,10 +32,6 @@
-
Menu
-
-
-
Navigation
diff --git a/macrovision.js b/macrovision.js
index 94891d44..1b14d9b1 100644
--- a/macrovision.js
+++ b/macrovision.js
@@ -1171,7 +1171,6 @@ function handleResize() {
function prepareMenu() {
const menubar = document.querySelector("#popout-menu");
- const help = document.querySelector("#help-icons");
[
[
@@ -1257,18 +1256,6 @@ function prepareMenu() {
buttonHolder.appendChild(button);
buttonHolder.appendChild(actionText);
span.appendChild(buttonHolder);
-
- const helperEntry = document.createElement("div");
- const helperIcon = document.createElement("icon");
- const helperText = document.createElement("span");
-
- helperIcon.classList.add(...entry.icon.split(" "));
- helperText.innerText = entry.name;
-
- helperEntry.appendChild(helperIcon);
- helperEntry.appendChild(helperText);
-
- help.appendChild(helperEntry);
});
menubar.appendChild(span);