changeset 21 | 2c300b15b381 |
parent 17 | 90a70925562b |
child 23 | 39fec79de6e8 |
1.1 --- a/MYPrivateKey.m Wed Jun 03 17:20:53 2009 -0700 1.2 +++ b/MYPrivateKey.m Sat Jun 06 15:01:28 2009 -0700 1.3 @@ -118,11 +118,6 @@ 1.4 } 1.5 1.6 1.7 -- (MYIdentity*) createSelfSignedIdentityWithAttributes: (NSDictionary*)attributes { 1.8 - return MYIdentityCreateSelfSigned(self, attributes); 1.9 -} 1.10 - 1.11 - 1.12 #endif 1.13 1.14