mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Remove unused code
math: Already replaced with C++17 double std::hypot
This commit is contained in:
@@ -25,14 +25,6 @@ namespace BlackMisc
|
||||
*/
|
||||
struct BLACKMISC_EXPORT CNotificationSounds
|
||||
{
|
||||
//! How to play?
|
||||
enum PlayMode
|
||||
{
|
||||
Single,
|
||||
SingleWithAutomaticDeletion,
|
||||
EndlessLoop
|
||||
};
|
||||
|
||||
//! Play notification
|
||||
enum NotificationFlag
|
||||
{
|
||||
@@ -84,7 +76,6 @@ namespace BlackMisc
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::Audio::CNotificationSounds::PlayMode)
|
||||
Q_DECLARE_METATYPE(BlackMisc::Audio::CNotificationSounds::Notification)
|
||||
Q_DECLARE_METATYPE(BlackMisc::Audio::CNotificationSounds::NotificationFlag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user