From 9336ba86b0f058fe305b211bb22d4732017750bb Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Wed, 26 Mar 2025 17:47:12 +0100 Subject: [PATCH] Removed unused shit. --- wobbl_tools/pygame_tools/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wobbl_tools/pygame_tools/utils.py b/wobbl_tools/pygame_tools/utils.py index 828f295..6d7bc5c 100644 --- a/wobbl_tools/pygame_tools/utils.py +++ b/wobbl_tools/pygame_tools/utils.py @@ -1,14 +1,11 @@ #!/usr/bin/python3 import pygame -from wobbl_tools import text from typing import Union, Callable pygame.init() -log = text.Log() - buttonlist = False buttons = []