1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-958: usbmon.h: remove superfluous #ifdef

This commit is contained in:
Oleg Semyonov 2013-05-25 01:36:24 +03:00
parent 9474550351
commit 5ee36070e3

View File

@ -136,9 +136,7 @@ signals:
\param info The device that has been discovered.
*/
void deviceDiscovered(const USBPortInfo & info);
#ifdef __APPLE__
void deviceDiscovered();
#endif // __APPLE__
/*!
A device has been disconnected from the system.
@ -147,9 +145,7 @@ signals:
\param info The device that was disconnected.
*/
void deviceRemoved(const USBPortInfo & info);
#ifdef __APPLE__
void deviceRemoved();
#endif // __APPLE__
private slots:
/**