Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -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.