diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-02-22 10:18:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 10:18:06 +0100 |
commit | 78f696a7a38f42c6e728eb3b7534a8affe0dfeca (patch) | |
tree | 8490ae029c55e6d6a1f2f30fa9533c9a6d7f3478 | |
parent | 14f6f92a721dfa1a0467147e7b70b7427c97be77 (diff) | |
parent | 548edfc4fefb6abea3f60580641e153b992d0d1f (diff) |
Merge pull request #46296 from madmiraal/remove-unused-variables
Remove unused variables from full-size.html
-rw-r--r-- | misc/dist/html/full-size.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 08912ba860..abc0479739 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) { |