mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
* Remove unused code paths.
* Raise flag when a bug occurs.
This commit is contained in:
@ -58,15 +58,11 @@ begin
|
||||
begin
|
||||
debug('qry: Setting running flag to ''true''.');
|
||||
end;
|
||||
MQE_STARTED:
|
||||
begin
|
||||
end;
|
||||
MQE_FINISHED:
|
||||
begin
|
||||
debug('qry: Setting running flag to ''false'' and closing dialog.');
|
||||
Close();
|
||||
end;
|
||||
MQE_FREED:;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user