Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
See #3687

[ci skip]
  • Loading branch information
The-Compiler committed Mar 8, 2018
1 parent 2b2473a commit f561272
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions qutebrowser/browser/webengine/webenginesettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ class WebEngineSettings(websettings.AbstractSettings):

'scrolling.smooth':
[QWebEngineSettings.ScrollAnimatorEnabled],

# Missing QtWebEngine attributes:
# - ScreenCaptureEnabled
# - Accelerated2dCanvasEnabled
# - AutoLoadIconsForPage
# - TouchIconsEnabled
# - FocusOnNavigationEnabled (5.8)
# - AllowRunningInsecureContent (5.8)
}

_FONT_SIZES = {
Expand All @@ -148,9 +140,6 @@ class WebEngineSettings(websettings.AbstractSettings):
'fonts.web.family.sans_serif': QWebEngineSettings.SansSerifFont,
'fonts.web.family.cursive': QWebEngineSettings.CursiveFont,
'fonts.web.family.fantasy': QWebEngineSettings.FantasyFont,

# Missing QtWebEngine fonts:
# - PictographFont
}

# Mapping from WebEngineSettings::initDefaults in
Expand Down Expand Up @@ -377,5 +366,4 @@ def init(args):


def shutdown():
# FIXME:qtwebengine do we need to do something for a clean shutdown here?
pass

0 comments on commit f561272

Please sign in to comment.