Remove unused code

math: Already replaced with C++17 double std::hypot
This commit is contained in:
Lars Toenning
2021-09-10 20:18:03 +02:00
parent 25491c0478
commit 7a02f2c2a6
6 changed files with 0 additions and 30 deletions

View File

@@ -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)