Browse Source

remove unused `isPrintingPDFFragments` function

Dougal J. Sutherland 5 years ago
parent
commit
a36f7cbf99
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() {