Remove extra canned message storage

This commit is contained in:
Ben Meadors 2022-08-15 16:18:47 -05:00 committed by GitHub
parent c473ed7a6a
commit d4be785472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,20 +13,5 @@ message CannedMessageModuleConfig {
/*
* Predefined messages for canned message module separated by '|' characters.
*/
string messagesPart1 = 11;
/*
* TODO: REPLACE
*/
string messagesPart2 = 12;
/*
* TODO: REPLACE
*/
string messagesPart3 = 13;
/*
* TODO: REPLACE
*/
string messagesPart4 = 14;
string messagesPart = 1;
}