Skip to content

Commit ac7e5a0

Browse files
committed
Delete unused EMC_TELEOP_DATA struct in motion.h. Addresses #3670
1 parent 3e49f87 commit ac7e5a0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/emc/motion/motion.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ to another.
8383
extern "C" {
8484
#endif
8585

86-
typedef struct _EMC_TELEOP_DATA {
87-
EmcPose currentVel;
88-
EmcPose currentAccel;
89-
EmcPose desiredVel;
90-
EmcPose desiredAccel;
91-
} EMC_TELEOP_DATA;
92-
9386
/* This enum lists all the possible commands */
9487

9588
typedef enum {

0 commit comments

Comments
 (0)