Browse Source

Merge pull request #2333 from dougalsutherland/patch-2

remove unused `isPrintingPDFFragments` function
Hakim El Hattab 5 years ago
parent
commit
d549204ef1
1 changed files with 0 additions and 9 deletions
  1. 0 9
      js/reveal.js

+ 0 - 9
js/reveal.js

@@ -1830,15 +1830,6 @@
 	}
 
 	/**
-	 * Check if this instance is being used to print a PDF with fragments.
-	 */
-	function isPrintingPDFFragments() {
-
-		return ( /print-pdf-fragments/gi ).test( window.location.search );
-
-	}
-
-	/**
 	 * Hides the address bar if we're on a mobile device.
 	 */
 	function hideAddressBar() {