Remove code that will never run before the application quits?

This commit is contained in:
rosenfield.albert
2009-03-12 20:24:10 +00:00
parent 8f74735c52
commit a8692ac01d

View File

@ -68,7 +68,6 @@ begin
debug('perf: Running.');
MainForm.Startup;
Application.Run;
ActivateMainform(Mainform.Handle);
finally
DeInitializeSync;
end;