1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-10-29 12:46:34 +01:00

refactoring, remove unused layout

This commit is contained in:
Hakim El Hattab
2023-09-22 10:31:34 +02:00
parent 97f2e184c1
commit 4c9cc89566
2 changed files with 4 additions and 14 deletions

View File

@@ -1004,7 +1004,6 @@ export default function( revealElement, options ) {
* @param {string|number} height
*/
function layoutSlideContents( width, height ) {
// Handle sizing of elements with the 'r-stretch' class
Util.queryAll( dom.slides, 'section > .stretch, section > .r-stretch' ).forEach( element => {