Remove comments

This commit is contained in:
Thomas Farstrike
2025-12-08 12:13:39 +01:00
parent cc2d470a40
commit 5366f37de3
3 changed files with 3 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+3
View File
@@ -2,6 +2,9 @@ trash/
conf.json*
# macOS file:
.DS_Store
# auto created when running on desktop:
internal_filesystem/SDLPointer_2
internal_filesystem/SDLPointer_3
@@ -3,7 +3,6 @@ from lvgl import LvReferenceError
from .anim import smooth_show, smooth_hide
from .view import back_screen
from mpos.ui import topmenu as topmenu
#from .topmenu import open_drawer, drawer_open, NOTIFICATION_BAR_HEIGHT
from .display import get_display_width, get_display_height
downbutton = None