summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-04 11:55:24 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-04 11:55:24 +0000
commit42e68e39cb7f0a790af45ef43dc81e4542638efc (patch)
treeb9245a36257fdada8fbc87bd95471320eed8eab4 /src
parent9c40034e8e2478a8f9481c7a377e4060d4866701 (diff)
downloadfpGUI-42e68e39cb7f0a790af45ef43dc81e4542638efc.tar.xz
* Removed the extra fpgTimers.Delete() call which caused a error an application exit. Thanks to Antonio for the hint.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/fpgfx.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index 84feb499..5138caf3 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -695,10 +695,7 @@ begin
fpgCaret.Free;
for i := fpgTimers.Count-1 downto 0 do
- begin
TfpgTimer(fpgTimers[i]).Free;
- fpgTimers.Delete(i);
- end;
fpgTimers.Free;
FDefaultFont.Free;