From bb2420a47472560ac4035c77035ce1b9e373d009 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 3 Jun 2011 13:26:22 +0000 Subject: [PATCH] Remove two unimplemented private functions. Since their signature was changed already anyway (as compared to the original BeOS ones) this won't introduce any missing symbols. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41879 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/device/Joystick.h | 2 -- src/kits/device/Joystick.cpp | 16 ---------------- 2 files changed, 18 deletions(-) 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