Remove old comments

See #3687

[ci skip]
This commit is contained in:
Florian Bruhin 2018-03-08 15:48:34 +01:00
parent 2b2473a6d8
commit f561272f9a

View File

@ -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 = {
@ -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
@ -377,5 +366,4 @@ def init(args):
def shutdown():
# FIXME:qtwebengine do we need to do something for a clean shutdown here?
pass