Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -48,10 +48,6 @@ readonly property alias alarm_AlarmID : vAlarmStatus.alarm_AlarmID readonly property alias hasAlarm : vAlarmStatus.hasAlarm - function clearAlarm() { - vAlarmStatus.doClearCondition() - } - function alarmMinimize() { // The has alarm check has been added here to let other components call this function, // without worrying about the alarmDialog popoing up without an alarm present.