mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Remove code that will never run before the application quits?
This commit is contained in:
@ -68,7 +68,6 @@ begin
|
|||||||
debug('perf: Running.');
|
debug('perf: Running.');
|
||||||
MainForm.Startup;
|
MainForm.Startup;
|
||||||
Application.Run;
|
Application.Run;
|
||||||
ActivateMainform(Mainform.Handle);
|
|
||||||
finally
|
finally
|
||||||
DeInitializeSync;
|
DeInitializeSync;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user