Snore graph doesn't need to show in Events list

This commit is contained in:
Mark Watkins 2011-06-08 07:05:35 +10:00
parent 4a1ee846c5
commit 6412707a21
3 changed files with 8 additions and 7 deletions

View File

@ -8295,7 +8295,7 @@
<sleeplib/machine.h>
<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
"machine.h"

View File

@ -805,6 +805,7 @@ void Daily::RefreshData()
for (m=(*s)->events.begin();m!=(*s)->events.end();m++) {
MachineCode code=m->first;
if (code==CPAP_Leak) continue;
if (code==CPAP_SnoreGraph) continue;
if (code==PRS1_Unknown12) continue;
wxTreeItemId mcr;
if (mcroot.find(code)==mcroot.end()) {

View File

@ -16,14 +16,14 @@ namespace AutoVersion{
//Standard Version Type
static const long MAJOR = 0;
static const long MINOR = 7;
static const long BUILD = 3687;
static const long REVISION = 3377;
static const long BUILD = 3690;
static const long REVISION = 3390;
//Miscellaneous Version Types
static const long BUILDS_COUNT = 1425;
#define RC_FILEVERSION 0,7,3687,3377
#define RC_FILEVERSION_STRING "0, 7, 3687, 3377\0"
static const char FULLVERSION_STRING[] = "0.7.3687.3377";
static const long BUILDS_COUNT = 1439;
#define RC_FILEVERSION 0,7,3690,3390
#define RC_FILEVERSION_STRING "0, 7, 3690, 3390\0"
static const char FULLVERSION_STRING[] = "0.7.3690.3390";
//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 0;