Skip to content

Commit

Permalink
Merge pull request hakimel#2333 from dougalsutherland/patch-2
Browse files Browse the repository at this point in the history
remove unused `isPrintingPDFFragments` function
  • Loading branch information
hakimel committed Feb 28, 2019
2 parents 1efb826 + a36f7cb commit d549204
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d549204

Please sign in to comment.