Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -rd1907168ef46faa6de1ada400cad789f8379041f -r11a0a0a9bb67cc3afbf75426cc6b3ca97365a7ea --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision d1907168ef46faa6de1ada400cad789f8379041f) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision 11a0a0a9bb67cc3afbf75426cc6b3ca97365a7ea) @@ -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"