Simplified even more the previous commit.

This commit is contained in:
Ludovic Marcotte
2012-09-24 13:26:20 -04:00
parent a6b07cd158
commit d024a62e98
2 changed files with 10 additions and 13 deletions
@@ -27,10 +27,6 @@
#import "SOGoAppointmentFolder.h"
@interface SOGoWebAppointmentFolder : SOGoAppointmentFolder
{
@public
NSMutableData *buffer;
}
- (void) setUsername: (NSString *) username
andPassword: (NSString *) password;