diff options
Diffstat (limited to 'core/qtserialbluetooth.cpp')
-rw-r--r-- | core/qtserialbluetooth.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp index 54a21d037..fecd58a08 100644 --- a/core/qtserialbluetooth.cpp +++ b/core/qtserialbluetooth.cpp @@ -70,7 +70,6 @@ static dc_custom_io_t ble_serial_ops = { .serial_configure = NULL, .serial_set_dtr = NULL, .serial_set_rts = NULL, - .serial_set_halfduplex = NULL, .serial_set_break = NULL, .packet_size = 20, @@ -605,7 +604,6 @@ dc_custom_io_t qt_serial_ops = { .serial_configure = NULL, .serial_set_dtr = NULL, .serial_set_rts = NULL, - .serial_set_halfduplex = NULL, .serial_set_break = NULL, #ifdef BLE_SUPPORT |