summaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/reveal.js b/js/reveal.js
index f7f752f..9a26a23 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -646,13 +646,6 @@ var Reveal = (function(){
}
/**
- * Returns last element of an array
- */
- function lastElem(array) {
- return array.slice(-1)[0];
- }
-
- /**
* Applies JavaScript-controlled layout rules to the
* presentation.
*/