r607: *** empty log message ***
[ctsim.git] / src / threadraster.cpp
index 3b90791c4b2275bfd6c4910b103fdb5f97c540c6..f1678ce613d79b0dd92416426e8d9e3f43b5b411 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2001 Kevin Rosenberg
 **
-**  $Id: threadraster.cpp,v 1.8 2001/03/04 22:30:20 kevin Exp $
+**  $Id: threadraster.cpp,v 1.9 2001/03/05 17:26:46 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -86,10 +86,6 @@ RasterizerSupervisorThread::Entry()
   if (! pRasterSupervisor->cancelled())
     pRasterSupervisor->onDone();
   pRasterSupervisor->deleteWorkers();
-  while (! pRasterSupervisor->workersDeleted()) {
-    Sleep(50);
-  }
-  delete pRasterSupervisor;
 
   return reinterpret_cast<wxThread::ExitCode>(0);
 }