diff --git a/include/nuttx/input/djoystick.h b/include/nuttx/input/djoystick.h index fff707f3c6..d35f5505ef 100644 --- a/include/nuttx/input/djoystick.h +++ b/include/nuttx/input/djoystick.h @@ -220,12 +220,6 @@ struct djoy_lowerhalf_s CODE void (*dl_enable)(FAR const struct djoy_lowerhalf_s *lower, djoy_buttonset_t press, djoy_buttonset_t release, djoy_interrupt_t handler, FAR void *arg); - - /* Allow for storing implementation specific data to support cases where - * their may be more than one joystick - */ - - FAR void *config; }; /****************************************************************************