diff --git a/macrovision.html b/macrovision.html
index f8c181ac..4d9d5b23 100644
--- a/macrovision.html
+++ b/macrovision.html
@@ -133,17 +133,6 @@
-
-
- Auto-sizing mode
-
-
-
-
diff --git a/macrovision.js b/macrovision.js
index ef9bc608..71276645 100644
--- a/macrovision.js
+++ b/macrovision.js
@@ -1429,14 +1429,6 @@ document.addEventListener("DOMContentLoaded", () => {
}
});
- document.querySelector("#options-world-autofit-mode").addEventListener("input", e => {
- config.autoFitMode = e.target.value;
-
- if (config.autoFit) {
- fitWorld();
- }
- })
-
document.addEventListener("keydown", e => {
if (e.key == "Delete") {
if (selected) {