From 14aa5c00a3716897cb3cb73680b3675921e2b8d9 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 8 Feb 2025 08:00:20 -0800 Subject: [PATCH] none isn't better than nothing --- ui/curses_ui.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/curses_ui.py b/ui/curses_ui.py index 1a00db2..ea2c882 100644 --- a/ui/curses_ui.py +++ b/ui/curses_ui.py @@ -11,8 +11,6 @@ import default_config as config import ui.dialog import globals -messages_pad = messages_win = nodes_pad = nodes_win = channel_pad = channel_win = function_win = packetlog_win = entry_win = None - def handle_resize(stdscr, firstrun): global messages_pad, messages_win, nodes_pad, nodes_win, channel_pad, channel_win, function_win, packetlog_win, entry_win