--- a/webengine/widgetregistry/Server/src/WidgetRegistryXml.cpp Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/widgetregistry/Server/src/WidgetRegistryXml.cpp Tue Aug 31 16:17:46 2010 +0300
@@ -44,8 +44,6 @@
_LIT( KMiniViewEnabled, "MiniViewEnabled" );
_LIT( KBlanketPermGranted, "BlanketPermissionGranted" ); // optional
_LIT( KPreInstalled, "PreInstalled" );
-_LIT( KProcessUid, "ProcessUid" );
-_LIT( KMimeType, "MimeType" );
static void XmlFree( TAny* aPtr )
{
@@ -195,16 +193,6 @@
property.name.Set( KPreInstalled );
property.type = EWidgetPropTypeInt;
iProperties.AppendL(property);
- //
- property.id = EProcessUid;
- property.name.Set( KProcessUid );
- property.type = EWidgetPropTypeInt; // not TUid
- iProperties.AppendL(property);
- //
- property.id = EMimeType;
- property.name.Set( KMimeType );
- property.type = EWidgetPropTypeString;
- iProperties.AppendL(property);
}
// ============================================================================