aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-09-07 15:59:44 +0300
committerJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-09-13 13:03:12 +0300
commit35a13f52e06e8fea44692bd42cd6fd4df22fe4cb (patch)
tree00969b04ae56618253bdddee64a288b93ca6c6e6 /src
parentc468333a7ba2c832b39201e5756c0c555a236e62 (diff)
Fixes: NB#190336 - Don't create a glWidget for boosted apps on startup
RevBy: TrustMe
Diffstat (limited to 'src')
-rw-r--r--src/corelib/core/mcomponentcache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/core/mcomponentcache.cpp b/src/corelib/core/mcomponentcache.cpp
index 16f05446..c256956a 100644
--- a/src/corelib/core/mcomponentcache.cpp
+++ b/src/corelib/core/mcomponentcache.cpp
@@ -92,7 +92,6 @@ void MComponentCachePrivate::populateForMApplication()
}
glWidgetOfmApplicationWindowInstance = createNewGlWidget();
- glWidgetOfOtherWindow = createNewGlWidget();
mApplicationWindowInstance = new MApplicationWindow();