From a36f7cbf99c1af6ed973f382708311bcec912841 Mon Sep 17 00:00:00 2001 From: "Dougal J. Sutherland" Date: Thu, 28 Feb 2019 01:19:43 +0000 Subject: [PATCH] remove unused `isPrintingPDFFragments` function --- js/reveal.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/reveal.js b/js/reveal.js index 237c0c4..a17a33a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1829,15 +1829,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. */