* Remove unused code paths.

* Raise flag when a bug occurs.
This commit is contained in:
rosenfield.albert
2008-07-08 14:56:09 +00:00
parent d4e9386682
commit 8ca2138a48
4 changed files with 21 additions and 204 deletions

View File

@ -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;