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
This commit is contained in:
Michael Lotz 2011-06-03 13:26:22 +00:00
parent 1147fabd67
commit bb2420a474
2 changed files with 0 additions and 18 deletions

View File

@ -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();

View File

@ -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