diff options
-rw-r--r-- | js/reveal.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/reveal.js b/js/reveal.js index 237c0c4..a17a33a 100644 --- a/js/reveal.js +++ b/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() { |