Removed old logging system.
This commit is contained in:
@ -68,9 +68,6 @@ void createSphereInVolume(SimpleVolume<uint8_t>& volData, float fRadius)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// Show logs
|
||||
setTraceStream(&(std::cout));
|
||||
|
||||
//Create and show the Qt OpenGL window
|
||||
QApplication app(argc, argv);
|
||||
OpenGLWidget openGLWidget(0);
|
||||
|
Reference in New Issue
Block a user