remove default case for better compiler warnings

// FREEBIE
This commit is contained in:
Michael Kirk 2017-07-05 12:42:21 -05:00
parent 89f86c4fd2
commit fd625dff50

View File

@ -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";
}
}