Squashed a race condition bug

This commit is contained in:
Joel Holdsworth 2009-01-15 00:03:35 +00:00
parent bf2c1f1e45
commit f93d224977

View file

@ -64,10 +64,6 @@ namespace gui {
if (lumiera_error_peek())
throw lumiera::error::Fatal("failed to bring up GUI",lumiera_error());
///////////////////////////////////////////////////////TODO: just a test to verify the GuiNotification facade is properly opened
GuiNotification::facade().displayInfo("Test-Notification message pushed to GUI!!!!");
///////////////////////////////////////////////////////TODO: just a test to verify the GuiNotification facade is properly opened
}
~GuiRunner () { }