diff --git a/adl2pydm/output_handler.py b/adl2pydm/output_handler.py index 6df9018..a4fe5bf 100644 --- a/adl2pydm/output_handler.py +++ b/adl2pydm/output_handler.py @@ -292,7 +292,6 @@ def write_font_size(self, qw, block, **kwargs): def write_ui(self, screen, output_path): """main entry point to write the .ui file""" - window_class = TOP_LEVEL_WIDGET_CLASS title = ( screen.title or os.path.split(os.path.splitext(screen.given_filename)[0])[-1]