From 85b9a2ff7f956d97eb9109ef9c4fef66344a3f8f Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Fri, 31 Jul 2009 15:28:09 +0300 Subject: Removed unnecessary code, UID is associated to wserv by framework. This code was inialy added before we had s60main. Since that time we did not had S60 application framework classes constructed we had to associate application UID to wserv manually to get fast swap window (FSW) working correctly. Now application frameworks take care of associating the UID to wserv window group. --- src/gui/kernel/qapplication_s60.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp index d47747f..766ca4b 100644 --- a/src/gui/kernel/qapplication_s60.cpp +++ b/src/gui/kernel/qapplication_s60.cpp @@ -723,11 +723,6 @@ void qt_init(QApplicationPrivate * /* priv */, int) TSecureId securId = me.SecureId(); S60->uid = securId.operator TUid(); - // New code to configure the window group name such that window server knows the associated application's UID - CApaWindowGroupName *wgn = CApaWindowGroupName::NewL(S60->wsSession()); - wgn->SetAppUid(S60->uid); - User::LeaveIfError(wgn->SetWindowGroupName((S60->windowGroup()))); - delete wgn; /* ### Commented out for now as parameter handling not needed in SOS(yet). Code below will break testlib with -o flag -- cgit v0.12