Remove unused variables from full-size.html
This commit is contained in:
parent
65abf94675
commit
548edfc4fe
1 changed files with 0 additions and 4 deletions
4
misc/dist/html/full-size.html
vendored
4
misc/dist/html/full-size.html
vendored
|
@ -142,7 +142,6 @@ $GODOT_HEAD_INCLUDE
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
const INDETERMINATE_STATUS_STEP_MS = 100;
|
const INDETERMINATE_STATUS_STEP_MS = 100;
|
||||||
var canvas = document.getElementById('canvas');
|
|
||||||
var statusProgress = document.getElementById('status-progress');
|
var statusProgress = document.getElementById('status-progress');
|
||||||
var statusProgressInner = document.getElementById('status-progress-inner');
|
var statusProgressInner = document.getElementById('status-progress-inner');
|
||||||
var statusIndeterminate = document.getElementById('status-indeterminate');
|
var statusIndeterminate = document.getElementById('status-indeterminate');
|
||||||
|
@ -150,9 +149,6 @@ $GODOT_HEAD_INCLUDE
|
||||||
|
|
||||||
var initializing = true;
|
var initializing = true;
|
||||||
var statusMode = 'hidden';
|
var statusMode = 'hidden';
|
||||||
var lastWidth = 0;
|
|
||||||
var lastHeight = 0;
|
|
||||||
var lastScale = 0;
|
|
||||||
|
|
||||||
var animationCallbacks = [];
|
var animationCallbacks = [];
|
||||||
function animate(time) {
|
function animate(time) {
|
||||||
|
|
Loading…
Reference in a new issue