- removed MarkACSThinker.

The global variable holding a pointer to this thinker should be a weak reference to the instance in the thinker chain, there is no need to mark this global variable, as the thinker's lifetime is only determined by the thinker chain.

- committed a few Posix related file the last commit missed.
This commit is contained in:
Christoph Oelckers 2017-04-14 10:59:57 +02:00
commit 929affa3cb
5 changed files with 0 additions and 12 deletions

View file

@ -79,8 +79,6 @@
#include "g_levellocals.h"
#include "events.h"
void MarkACSThinker();
// MACROS ------------------------------------------------------------------
/*
@ -331,7 +329,6 @@ static void MarkRoot()
Mark(DIntermissionController::CurrentIntermission);
DThinker::MarkRoots();
FCanvasTextureInfo::Mark();
MarkACSThinker();
Mark(E_FirstEventHandler);
Mark(E_LastEventHandler);
for (auto &s : level.sectorPortals)