1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Don't initialize in what may be a non-ui thread.

This commit is contained in:
Thomas Fletcher 2003-07-15 21:10:32 +00:00
parent 0c232fa416
commit c25eb48959

View file

@ -174,7 +174,6 @@ public class LaunchUIPlugin extends AbstractUIPlugin
public void startup() throws CoreException {
super.startup();
DebugPlugin.getDefault().addDebugEventListener(this);
LaunchImages.initialize();
}
/**