summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-15 08:13:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-15 08:13:35 +0200
commit72facbb8f2d1304539e91e290c695e9f0441807e (patch)
tree39d4a34c088bd25e0a438ed1951f857beab5b315 /qutebrowser
parent557719bb39bc6fcde577668392dd029f48f56f07 (diff)
downloadqutebrowser-72facbb8f2d1304539e91e290c695e9f0441807e.tar.gz
qutebrowser-72facbb8f2d1304539e91e290c695e9f0441807e.zip
Remove old q_app
Follow-up to c1758230200814e84055f3e2954cb69f0fddf5d8, see #6393
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/app.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/qutebrowser/app.py b/qutebrowser/app.py
index cf5145511..2df0a82f6 100644
--- a/qutebrowser/app.py
+++ b/qutebrowser/app.py
@@ -43,7 +43,7 @@ import functools
import tempfile
import datetime
import argparse
-from typing import Iterable, Optional, cast
+from typing import Iterable, Optional
from PyQt5.QtWidgets import QApplication, QWidget
from PyQt5.QtGui import QDesktopServices, QPixmap, QIcon
@@ -76,9 +76,6 @@ from qutebrowser.browser import commands
# pylint: enable=unused-import
-q_app = cast(QApplication, None)
-
-
def run(args):
"""Initialize everything and run the application."""
if args.temp_basedir: