summaryrefslogtreecommitdiffstats
path: root/source/cEvent.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cEvent.h1
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
} ;