summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configdata.py')
-rw-r--r--qutebrowser/config/configdata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py
index 9c5e99374..6306437ec 100644
--- a/qutebrowser/config/configdata.py
+++ b/qutebrowser/config/configdata.py
@@ -156,7 +156,6 @@ def _parse_yaml_backends_dict(
# The value associated to the key, and whether we should add that backend
# or not.
- # FIXME:qt6 Can we drop this?
conditionals = {
True: True,
False: False,