mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-22 18:12:28 +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
|
end = start + GALLERY_CGS_PER_PAGE
|
||||||
return galleryItems[start:end]
|
return galleryItems[start:end]
|
||||||
|
|
||||||
# Increments page
|
|
||||||
# (): None
|
|
||||||
def nextPage():
|
|
||||||
galleryPage += 1
|
|
||||||
|
|
||||||
# Decrements page
|
|
||||||
# (): None
|
|
||||||
def prevPage():
|
|
||||||
galleryPage -= 1
|
|
||||||
|
|
||||||
# Call to loading the gallery
|
# Call to loading the gallery
|
||||||
loadGallery()
|
loadGallery()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue