Skip to content

Commit 16f8019

Browse files
committed
remove unnecessary fx
1 parent 56f22db commit 16f8019

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/block/carousel/frontend-carousel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ class _StackableCarousel {
247247
return maxSlides
248248
}
249249

250-
needToSwapCount = slide => {
251-
return this.slidesToShow - ( this.slideEls.length - slide + 1 )
252-
}
253-
254250
nextSlide = () => {
255251
let newSlide = this.currentSlide + 1
256252

0 commit comments

Comments
 (0)