remove default case for better compiler warnings
// FREEBIE
This commit is contained in:
parent
89f86c4fd2
commit
fd625dff50
@ -79,9 +79,6 @@ NSUInteger TSCallCurrentSchemaVersion = 1;
|
||||
case RPRecentCallTypeIncomingDeclined:
|
||||
return NSLocalizedString(@"INCOMING_DECLINED_CALL",
|
||||
@"info message recorded in conversation history when local user declined a call");
|
||||
default:
|
||||
OWSFail(@"Should specify all call strings");
|
||||
return @"Call";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user