1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15: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. \param info The device that has been discovered.
*/ */
void deviceDiscovered(const USBPortInfo & info); void deviceDiscovered(const USBPortInfo & info);
#ifdef __APPLE__
void deviceDiscovered(); void deviceDiscovered();
#endif // __APPLE__
/*! /*!
A device has been disconnected from the system. A device has been disconnected from the system.
@ -147,9 +145,7 @@ signals:
\param info The device that was disconnected. \param info The device that was disconnected.
*/ */
void deviceRemoved(const USBPortInfo & info); void deviceRemoved(const USBPortInfo & info);
#ifdef __APPLE__
void deviceRemoved(); void deviceRemoved();
#endif // __APPLE__
private slots: private slots:
/** /**