Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -r846a9ebc350e33be4affab3cc4c136248900015d -rd8004655ec64da6c8806b9a074a0cb07d799ddf9 --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 846a9ebc350e33be4affab3cc4c136248900015d) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision d8004655ec64da6c8806b9a074a0cb07d799ddf9) @@ -48,22 +48,6 @@ _bell.source = isSilenced ? "qrc:/images/bell-off.png" : "qrc:/images/bell.png" } - 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/alarm.png"