Remove CAMv1 (protocolVersion=1) stuff

This commit is contained in:
emanuelv 2024-02-08 19:42:01 +00:00
parent df1d559775
commit f145f296aa
2 changed files with 0 additions and 5 deletions

View File

@ -1244,8 +1244,6 @@ void* ca_service() {
if (lightship_check() && facilities.lightship.active) {
switch (facilities.mver.defaultv) {
case MVER_1:
rv = mk_cam_v1(npr->data.buf, (uint16_t*) &npr->data.size);
break;
case MVER_2:
rv = mk_cam_v2(npr->data.buf, (uint16_t*) &npr->data.size);
break;

View File

@ -799,9 +799,6 @@ static int networking_packet_indication_btp(EIS_NetworkingPacketIndication_t* np
case EIS_Port_cam:
switch (pver2mver(pver)) {
case MVER_1:
rv = check_cam_v1(bpi, its_msg, ssp, ssp_len);
break;
case MVER_2:
rv = check_cam_v2(bpi, its_msg, ssp, ssp_len);
break;