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:
@@ -80,8 +80,6 @@ private:
|
|||||||
friend class _BJoystickTweaker;
|
friend class _BJoystickTweaker;
|
||||||
|
|
||||||
void ScanDevices(bool useDisabled = false);
|
void ScanDevices(bool useDisabled = false);
|
||||||
status_t GatherEnhanced_info(const entry_ref* ref = NULL);
|
|
||||||
status_t SaveConfig(const entry_ref* ref = NULL);
|
|
||||||
|
|
||||||
void _ReservedJoystick1();
|
void _ReservedJoystick1();
|
||||||
virtual void _ReservedJoystick2();
|
virtual void _ReservedJoystick2();
|
||||||
|
|||||||
@@ -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
|
// #pragma mark - FBC protection
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user