remove default case for better compiler warnings

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
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…
Cancel
Save