diff options
Diffstat (limited to 'src/engine/core.h')
-rw-r--r-- | src/engine/core.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/core.h b/src/engine/core.h index 0161eaa0..fae4bfe5 100644 --- a/src/engine/core.h +++ b/src/engine/core.h | |||
@@ -77,11 +77,6 @@ enum BURN_AU_PAUSE_ACTION | |||
77 | 77 | ||
78 | typedef struct _BURN_ENGINE_STATE | 78 | typedef struct _BURN_ENGINE_STATE |
79 | { | 79 | { |
80 | // synchronization | ||
81 | CRITICAL_SECTION csActive; // Any call from the UX that reads or alters the engine state | ||
82 | // needs to be syncronized through this critical section. | ||
83 | // Note: The engine must never do a UX callback while in this critical section. | ||
84 | |||
85 | // UX flow control | 80 | // UX flow control |
86 | //BOOL fSuspend; // Is TRUE when UX made Suspend() call on core. | 81 | //BOOL fSuspend; // Is TRUE when UX made Suspend() call on core. |
87 | //BOOL fForcedReboot; // Is TRUE when UX made Reboot() call on core. | 82 | //BOOL fForcedReboot; // Is TRUE when UX made Reboot() call on core. |