From e258db0994a435075b0c94b757abb40adf90aa18 Mon Sep 17 00:00:00 2001
From: Alex Batista <alexbatista.asb@gmail.com>
Date: Tue, 29 Sep 2015 21:01:50 -0300
Subject: [PATCH] UPDATED - Improvement of code. Now none flag is used, but the
 readyState property  from video element

---
 js/reveal.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/js/reveal.js b/js/reveal.js
index 5b4a545c..3758a41a 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -147,9 +147,6 @@
 		// Flags if reveal.js is loaded (has dispatched the 'ready' event)
 		loaded = false,
 
-		// Flags if video background is loaded
-		loadeddataVideo = false,
-
 		// The horizontal and vertical index of the currently active slide
 		indexh,
 		indexv,