diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-31 13:09:34 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-31 13:09:34 +0100 |
commit | 154399ccd1d97f0e1ca2bf7b2134bc5e37a94802 (patch) | |
tree | 67784c6584e272a62d0a1cfd3bc1c84098f73615 /source/cEvent.h | |
parent | cEvent class cleanup (single-event only, since multi-event wasn't used and wouldn't work on *nix anyway) (diff) | |
download | cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar.gz cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar.bz2 cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar.lz cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar.xz cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.tar.zst cuberite-154399ccd1d97f0e1ca2bf7b2134bc5e37a94802.zip |
Diffstat (limited to 'source/cEvent.h')
-rw-r--r-- | source/cEvent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cEvent.h b/source/cEvent.h index 11b9d7098..13a6a71f7 100644 --- a/source/cEvent.h +++ b/source/cEvent.h @@ -31,7 +31,6 @@ private: HANDLE m_Event;
#else
sem_t * m_Event;
- bool m_bIsNamed;
#endif
} ;
|