Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -r4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) @@ -48,22 +48,6 @@ _bell.source = isSilenced ? "qrc:/images/iBellOff" : "qrc:/images/iBellOn" } - function setFlashing(enable) { - _timer.running = enable; - } - - // Placeholder animation - Timer { - id: _timer - interval: 1000; - running: false; - repeat: true; - onTriggered: { - _root.visible = !_root.visible; - - } - } - Image { id: _icon source: "qrc:/images/iAlarm"