removing the old bits of nextslide

This commit is contained in:
Chris Cochrun 2022-08-15 07:24:34 -05:00
parent b4361a971c
commit ad011ab2db

View file

@ -188,27 +188,6 @@ Item {
currentServiceItem--; currentServiceItem--;
loadVideo(); loadVideo();
} }
/* print(textIndex); */
/* if (itemType === "song") { */
/* if (textIndex === 0) { */
/* clearText(); */
/* nextSlide(); */
/* } else if (textIndex <= root.text.length) { */
/* SlideObject.setText(root.text[textIndex]); */
/* print(root.text[textIndex]); */
/* --textIndex; */
/* } */
/* } else if (itemType === "video") { */
/* /\* clearText(); *\/ */
/* previousSlide(); */
/* } */
/* else if (itemType === "image") { */
/* /\* clearText(); *\/ */
/* previousSlide(); */
/* } */
} }
function previousSlide() { function previousSlide() {