Nuke two features from the DS40 from firmware that was never released.

This commit is contained in:
Solomon Peachy 2016-06-12 09:38:45 -04:00
parent b51b242907
commit cc9b1531a9
1 changed files with 0 additions and 4 deletions

View File

@ -578,10 +578,6 @@ static void dnpds40_attach(void *vctx, struct libusb_device_handle *dev,
ctx->supports_matte = 1;
if (FW_VER_CHECK(1,40))
ctx->supports_2x6 = 1;
if (FW_VER_CHECK(1,50))
ctx->supports_3x5x2 = 1;
if (FW_VER_CHECK(1,60))
ctx->supports_fullcut = ctx->supports_6x6 = 1;
break;
case P_DNP_DS80:
case P_DNP_DS80D: