Remove unused variables from full-size.html

(cherry picked from commit 548edfc4fe)
This commit is contained in:
Marcel Admiraal 2021-02-21 16:02:15 +00:00 committed by Rémi Verschelde
parent e89ba5fb49
commit 95272e11c4
1 changed files with 0 additions and 4 deletions

View File

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