diff options
author | Dougal J. Sutherland <dougal@gmail.com> | 2019-02-28 01:19:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-28 01:19:43 +0000 |
commit | a36f7cbf99c1af6ed973f382708311bcec912841 (patch) | |
tree | 18e5addefaa2316db1938a3bd20b3acf6333ba80 | |
parent | 1efb8260af1c743713061821633e154602361d54 (diff) | |
download | perl-software-in-gnu-guix-a36f7cbf99c1af6ed973f382708311bcec912841.tar perl-software-in-gnu-guix-a36f7cbf99c1af6ed973f382708311bcec912841.tar.gz |
remove unused `isPrintingPDFFragments` function
-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() { |