diff --git a/main.py b/main.py index 5136bcb..26a7960 100644 --- a/main.py +++ b/main.py @@ -488,7 +488,6 @@ def delete_albums_mode(album, y, album_rect, current_hovered_index, hover_index) if album not in albums_to_delete: albums_to_delete.append(album) - checkbox_image = Image((checkbox[0] + checkbox[1] + 3, 0), (cons[2], y + cons[3]), (checkbox[1], checkbox[1])) print(albums_to_delete) elif album in albums_to_delete: