1
0
Quellcode durchsuchen

remove unused `isPrintingPDFFragments` function

Dougal J. Sutherland vor 5 Jahren
Ursprung
Commit
a36f7cbf99
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  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() {