Index: sources/gui/qml/main.qml =================================================================== diff -u -r7a4f59af7287d30e8790e6b580327684d4e02e55 -r2c35a3fa17eef76c7a47578974b928c03f67c83d --- sources/gui/qml/main.qml (.../main.qml) (revision 7a4f59af7287d30e8790e6b580327684d4e02e55) +++ sources/gui/qml/main.qml (.../main.qml) (revision 2c35a3fa17eef76c7a47578974b928c03f67c83d) @@ -176,8 +176,6 @@ _alarm_bar.visible = false; _alarm_dialog.visible = true; } - - } function isAlarmHighPriority() { @@ -249,10 +247,8 @@ default : // GuiActions.ALARM_PRIORITY_NONE root_color = Colors.textNotificationNoneBg; text_color = Colors.textNotificationNoneFg; - } return [root_color, text_color]; - } function getAlarmTopBarColors(level) { @@ -274,7 +270,6 @@ default : // GuiActions.ALARM_PRIORITY_NONE background = Colors.alarmTopBarLowBg; foreground = Colors.alarmTopBarLowFg; - } return [background, foreground]; }