Fix unused variables

This commit is contained in:
Aarni Koskela
2023-04-30 22:12:24 +03:00
parent 8ccc27127b
commit f6a40a2ffa
9 changed files with 14 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
// code related to showing and updating progressbar shown as the image is being made
function rememberGallerySelection(id_gallery){
function rememberGallerySelection(){
}
function getGallerySelectedIndex(id_gallery){
function getGallerySelectedIndex(){
}