Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb44259' into 'esr52'
[qtmozembed] Cleanup obsoleted preference. JB#44259

See merge request mer-core/qtmozembed!61
  • Loading branch information
rainemak committed May 29, 2020
2 parents 5ac13d3 + f616dc0 commit 11a416c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qmozenginesettings.cpp
Expand Up @@ -48,9 +48,6 @@ QMozEngineSettingsPrivate::QMozEngineSettingsPrivate(QObject *parent)
connect(context, &QMozContext::onInitialized, this, &QMozEngineSettingsPrivate::initialize);
connect(context, &QMozContext::recvObserve, this, &QMozEngineSettingsPrivate::onObserve);
context->addObserver(NS_PREF_CHANGED);

// Don't force 16bit color depth
setPreference(QStringLiteral("gfx.qt.rgb16.force"), QVariant::fromValue<bool>(false));
}

QMozEngineSettingsPrivate::~QMozEngineSettingsPrivate()
Expand Down

0 comments on commit 11a416c

Please sign in to comment.