remove unused member from QSystemLocalePrivate
This is a refactoring leftover from commit bb86e77cc437b92d49692bb7026c57626d77079f in qt/qt.git. Change-Id: I04993faca44ad0ffca2ae163049770c29d232a47 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Denis Dzyubenko <denis@ddenis.info>
This commit is contained in:
parent
faaaa68db4
commit
fbd3cd8679
@ -113,8 +113,6 @@ struct QSystemLocalePrivate
|
||||
void update();
|
||||
|
||||
private:
|
||||
QByteArray langEnvVar;
|
||||
|
||||
enum SubstitutionType {
|
||||
SUnknown,
|
||||
SContext,
|
||||
@ -142,7 +140,6 @@ Q_GLOBAL_STATIC(QSystemLocalePrivate, systemLocalePrivate)
|
||||
QSystemLocalePrivate::QSystemLocalePrivate()
|
||||
: substitutionType(SUnknown)
|
||||
{
|
||||
langEnvVar = qgetenv("LANG");
|
||||
lcid = GetUserDefaultLCID();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user