mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
removed unnecessary code
This commit is contained in:
parent
9f0ade7fe4
commit
a8c65161be
1 changed files with 0 additions and 10 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue