From e24cb30e1e8b78e0d5923c9e891cba9622325861 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 6 Feb 2025 08:51:59 +0100 Subject: [PATCH] Remove comment --- qutebrowser/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index cd92ff9d9..c402c07e3 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -182,7 +182,6 @@ def _init_icon(): icon_custom = config.val.app.icon if icon_custom is not None: - # Use the custom icon if possible pixmap = QPixmap() try: pixmap.loadFromData(resources.read_absolute_file_binary(icon_custom))