From 6a2411b006cdbfefb4731ffbea98a5a7b7e89b4e Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Thu, 31 Aug 2006 00:17:23 +0000 Subject: [PATCH] 350330 remove unused NS_IPROPERTYELEMENT_CID r+sr=darin git-svn-id: svn://10.0.0.236/trunk@208870 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/nsIPersistentProperties2.idl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/xpcom/ds/nsIPersistentProperties2.idl b/mozilla/xpcom/ds/nsIPersistentProperties2.idl index 3d935621cc5..9ccd4e9d20a 100644 --- a/mozilla/xpcom/ds/nsIPersistentProperties2.idl +++ b/mozilla/xpcom/ds/nsIPersistentProperties2.idl @@ -91,11 +91,6 @@ interface nsIPersistentProperties : nsIProperties %{C++ -//{283EE645-1AEF-11D4-98B3-00C04fA0CE9A} -#define NS_IPROPERTYELEMENT_CID \ -{ 0x283ee645, 0x1aef, 0x11d4, \ - { 0x98, 0xb3, 0x0, 0xc0, 0x4f, 0xa0, 0xce, 0x9a } } - #define NS_IPERSISTENTPROPERTIES_CID \ { 0x2245e573, 0x9464, 0x11d2, \ { 0x9b, 0x8b, 0x0, 0x80, 0x5f, 0x8a, 0x16, 0xd9 } }