From 548edfc4fefb6abea3f60580641e153b992d0d1f Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sun, 21 Feb 2021 16:02:15 +0000 Subject: [PATCH] Remove unused variables from full-size.html --- misc/dist/html/full-size.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 08912ba8608..abc0479739d 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -142,7 +142,6 @@ $GODOT_HEAD_INCLUDE (function() { const INDETERMINATE_STATUS_STEP_MS = 100; - var canvas = document.getElementById('canvas'); var statusProgress = document.getElementById('status-progress'); var statusProgressInner = document.getElementById('status-progress-inner'); var statusIndeterminate = document.getElementById('status-indeterminate'); @@ -150,9 +149,6 @@ $GODOT_HEAD_INCLUDE var initializing = true; var statusMode = 'hidden'; - var lastWidth = 0; - var lastHeight = 0; - var lastScale = 0; var animationCallbacks = []; function animate(time) {