").arg(tr("One or more waveform record(s) for this session had faulty source data. Some waveform overlay points may not match up correctly."));
}
+ */
html+="";
return html;
}
@@ -1084,9 +1088,11 @@ QString Daily::getMachineSettings(Day * day) {
if (day->noSettings(cpap)) {
html+="
"+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+"
\n";
+ /*
} else if ((day->settingExists(CPAP_BrokenSummary))) {
html+="
"+tr("Machine Settings Unavailable")+"
\n";
return html;
+ */
}
QMap other;
diff --git a/oscar/docs/channels.xml b/oscar/docs/channels.xml
index e6899dc0..cdf27778 100644
--- a/oscar/docs/channels.xml
+++ b/oscar/docs/channels.xml
@@ -14,9 +14,6 @@ Important: One id code per item, DO NOT CHANGE ID NUMBERS!!!
-
-
-
diff --git a/oscar/tests/sessiontests.cpp b/oscar/tests/sessiontests.cpp
index b4f38e84..e9abdc9f 100644
--- a/oscar/tests/sessiontests.cpp
+++ b/oscar/tests/sessiontests.cpp
@@ -84,7 +84,6 @@ static QString settingChannel(ChannelID i)
CHANNELNAME(CPAP_RespRate);
CHANNELNAME(CPAP_TidalVolume);
CHANNELNAME(OXI_Pulse);
- CHANNELNAME(CPAP_BrokenSummary); // TODO: possibly obsolete and unused
// PRS1-specific channels
CHANNELNAME(PRS1_FlexMode);
CHANNELNAME(PRS1_FlexLevel);