summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/canio/RemoteTransmissionRequest.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/shared-bindings/canio/RemoteTransmissionRequest.c b/shared-bindings/canio/RemoteTransmissionRequest.c
index 4e3f67417..d762787b1 100644
--- a/shared-bindings/canio/RemoteTransmissionRequest.c
+++ b/shared-bindings/canio/RemoteTransmissionRequest.c
@@ -113,14 +113,6 @@ STATIC const mp_obj_property_t canio_remote_transmission_request_extended_obj =
(mp_obj_t)&mp_const_none_obj},
};
-//| extended: bool
-//| """True if the message's id is an extended id"""
-//|
-
-//| id: int
-//| """The numeric ID of the message"""
-//|
-
//| length: int
//| """The length of the requested message."""
//|