Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -rccba568494c6b7214116f818a0ac89d0fa3ba81b -r11560b63360025c294edabc6f5f6da97ad1f20c3 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision ccba568494c6b7214116f818a0ac89d0fa3ba81b) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 11560b63360025c294edabc6f5f6da97ad1f20c3) @@ -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.