mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-21 21:20:45 +00:00
Snore graph doesn't need to show in Events list
This commit is contained in:
parent
4a1ee846c5
commit
6412707a21
@ -8295,7 +8295,7 @@
|
|||||||
<sleeplib/machine.h>
|
<sleeplib/machine.h>
|
||||||
<list>
|
<list>
|
||||||
|
|
||||||
1307479655 /home/mark/projects/git/sleepyhead/src/version.h
|
1307480716 /home/mark/projects/git/sleepyhead/src/version.h
|
||||||
|
|
||||||
1307418393 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
|
1307418393 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
|
||||||
"machine.h"
|
"machine.h"
|
||||||
|
@ -805,6 +805,7 @@ void Daily::RefreshData()
|
|||||||
for (m=(*s)->events.begin();m!=(*s)->events.end();m++) {
|
for (m=(*s)->events.begin();m!=(*s)->events.end();m++) {
|
||||||
MachineCode code=m->first;
|
MachineCode code=m->first;
|
||||||
if (code==CPAP_Leak) continue;
|
if (code==CPAP_Leak) continue;
|
||||||
|
if (code==CPAP_SnoreGraph) continue;
|
||||||
if (code==PRS1_Unknown12) continue;
|
if (code==PRS1_Unknown12) continue;
|
||||||
wxTreeItemId mcr;
|
wxTreeItemId mcr;
|
||||||
if (mcroot.find(code)==mcroot.end()) {
|
if (mcroot.find(code)==mcroot.end()) {
|
||||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
|||||||
//Standard Version Type
|
//Standard Version Type
|
||||||
static const long MAJOR = 0;
|
static const long MAJOR = 0;
|
||||||
static const long MINOR = 7;
|
static const long MINOR = 7;
|
||||||
static const long BUILD = 3687;
|
static const long BUILD = 3690;
|
||||||
static const long REVISION = 3377;
|
static const long REVISION = 3390;
|
||||||
|
|
||||||
//Miscellaneous Version Types
|
//Miscellaneous Version Types
|
||||||
static const long BUILDS_COUNT = 1425;
|
static const long BUILDS_COUNT = 1439;
|
||||||
#define RC_FILEVERSION 0,7,3687,3377
|
#define RC_FILEVERSION 0,7,3690,3390
|
||||||
#define RC_FILEVERSION_STRING "0, 7, 3687, 3377\0"
|
#define RC_FILEVERSION_STRING "0, 7, 3690, 3390\0"
|
||||||
static const char FULLVERSION_STRING[] = "0.7.3687.3377";
|
static const char FULLVERSION_STRING[] = "0.7.3690.3390";
|
||||||
|
|
||||||
//These values are to keep track of your versioning state, don't modify them.
|
//These values are to keep track of your versioning state, don't modify them.
|
||||||
static const long BUILD_HISTORY = 0;
|
static const long BUILD_HISTORY = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user