From 397b5cd124e3676ecef39b806075421fe2d0bac3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 25 Mar 2020 11:51:17 -0400 Subject: [PATCH] Remove the auto-sizing mode selector (it was not very useful) --- macrovision.html | 11 ----------- macrovision.js | 8 -------- 2 files changed, 19 deletions(-) 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 -
-
- -

Entity options

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) {