diff --git a/headers/os/device/Joystick.h b/headers/os/device/Joystick.h index 9d876077b5..776124d4ff 100644 --- a/headers/os/device/Joystick.h +++ b/headers/os/device/Joystick.h @@ -80,8 +80,6 @@ private: friend class _BJoystickTweaker; void ScanDevices(bool useDisabled = false); - status_t GatherEnhanced_info(const entry_ref* ref = NULL); - status_t SaveConfig(const entry_ref* ref = NULL); void _ReservedJoystick1(); virtual void _ReservedJoystick2(); diff --git a/src/kits/device/Joystick.cpp b/src/kits/device/Joystick.cpp index 4e14298124..2b52e0ee18 100644 --- a/src/kits/device/Joystick.cpp +++ b/src/kits/device/Joystick.cpp @@ -526,22 +526,6 @@ BJoystick::ScanDevices(bool useDisabled) } -status_t -BJoystick::GatherEnhanced_info(const entry_ref *ref) -{ - CALLED(); - return B_ERROR; -} - - -status_t -BJoystick::SaveConfig(const entry_ref *ref) -{ - CALLED(); - return B_ERROR; -} - - // #pragma mark - FBC protection