Skip to content

Commit

Permalink
(fix) comment out vars too
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Dec 22, 2016
1 parent 278aeef commit 8c075d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoObjects/Appointments/SOGoAppointmentObject.m
Expand Up @@ -374,10 +374,10 @@ - (BOOL) _requireResponseFromAttendees: (iCalEvent *) event
//
- (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson
{
NSArray *userAgents;
//NSArray *userAgents;
NSString *v;
BOOL b;
int i;
//int i;

b = YES;

Expand Down

0 comments on commit 8c075d2

Please sign in to comment.