summaryrefslogtreecommitdiffstats
path: root/src/CutsceneMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CutsceneMgr.h')
-rw-r--r--src/CutsceneMgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CutsceneMgr.h b/src/CutsceneMgr.h
index 87aef03a..89f6ab8d 100644
--- a/src/CutsceneMgr.h
+++ b/src/CutsceneMgr.h
@@ -12,6 +12,4 @@ public:
static bool IsRunning(void) { return ms_running; }
static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; }
-
- static Bool &ms_running;
};