removed unnecessary code

This commit is contained in:
lazysnake 2021-06-17 18:54:57 +02:00
parent 9f0ade7fe4
commit a8c65161be
1 changed files with 0 additions and 10 deletions

View File

@ -75,16 +75,6 @@ init python:
end = start + GALLERY_CGS_PER_PAGE
return galleryItems[start:end]
# Increments page
# (): None
def nextPage():
galleryPage += 1
# Decrements page
# (): None
def prevPage():
galleryPage -= 1
# Call to loading the gallery
loadGallery()