daemon: removed bitmap, which is not used

This commit is contained in:
Blake Harnden 2022-03-08 14:32:01 -08:00
parent c8a589ef76
commit dde339cc46
4 changed files with 5 additions and 9 deletions

View file

@ -280,12 +280,11 @@ message ConfigEvent {
repeated int32 data_types = 5;
string data_values = 6;
string captions = 7;
string bitmap = 8;
string possible_values = 9;
string groups = 10;
int32 iface_id = 11;
int32 network_id = 12;
string opaque = 13;
string possible_values = 8;
string groups = 9;
int32 iface_id = 10;
int32 network_id = 11;
string opaque = 12;
}
message ExceptionEvent {