mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +00:00
Fix unused variables
This commit is contained in:
@@ -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(){
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user