Skip to content

Commit

Permalink
[qtmozembed] Cleanup obsoleted preference. JB#44259
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed May 29, 2020
1 parent 5ac13d3 commit f616dc0
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 f616dc0

Please sign in to comment.