Skip to content

Commit 4ed712b

Browse files
Remove unused code
1 parent 08af64f commit 4ed712b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal_filesystem/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,17 +295,10 @@ def execute_script(script_source, is_file, is_launcher, is_graphical):
295295
prevscreen = lv.screen_active()
296296
newscreen=lv.obj()
297297
newscreen.set_size(lv.pct(100),lv.pct(100))
298-
#timer1, timer2, timer3, timer4 = add_notification_bar(newscreen)
299-
#subwindow = lv.obj(newscreen)
300-
#subwindow.set_size(TFT_HOR_RES, TFT_VER_RES - NOTIFICATION_BAR_HEIGHT)
301-
#subwindow.set_pos(0, NOTIFICATION_BAR_HEIGHT)
302-
#subwindow.set_style_border_width(0, 0)
303-
#subwindow.set_style_pad_all(0, 0)
304298
lv.screen_load(newscreen)
305299
script_globals = {
306300
'lv': lv,
307301
'appscreen': newscreen,
308-
#'subwindow': subwindow,
309302
'start_app': start_app, # for launcher apps
310303
'parse_manifest': parse_manifest, # for launcher apps
311304
'restart_launcher': restart_launcher, # for appstore apps

0 commit comments

Comments
 (0)