mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Removed legacy functions
This commit is contained in:
@@ -83,18 +83,3 @@ void XusbNotificationRequest::post(boost::asio::io_service::strand strand) const
|
||||
payload_.LedNumber
|
||||
));
|
||||
}
|
||||
|
||||
UCHAR XusbNotificationRequest::get_led_number() const
|
||||
{
|
||||
return payload_.LedNumber;
|
||||
}
|
||||
|
||||
UCHAR XusbNotificationRequest::get_large_motor() const
|
||||
{
|
||||
return payload_.LargeMotor;
|
||||
}
|
||||
|
||||
UCHAR XusbNotificationRequest::get_small_motor() const
|
||||
{
|
||||
return payload_.SmallMotor;
|
||||
}
|
||||
|
||||
@@ -41,8 +41,4 @@ public:
|
||||
XusbNotificationRequest(PVIGEM_CLIENT client, PVIGEM_TARGET target, HANDLE notification);
|
||||
bool request_async();
|
||||
void post(boost::asio::io_service::strand strand) const;
|
||||
|
||||
UCHAR get_led_number() const;
|
||||
UCHAR get_large_motor() const;
|
||||
UCHAR get_small_motor() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user