summaryrefslogtreecommitdiff
path: root/examples/gui/timertest
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
commit2152494033a86434aa9e03bf34d5510d5f2ff78e (patch)
treec3ca89dbbbba2c3fafdab0d3a658189d9081edaf /examples/gui/timertest
parent9b3c75ef0f5be9c6506e901d6bd8c8783846c2ac (diff)
downloadfpGUI-2152494033a86434aa9e03bf34d5510d5f2ff78e.tar.xz
* Removed the annoying unit that Lazarus IDE keeps adding to the examples.
* Updated the build scripts to compile the new package unit.
Diffstat (limited to 'examples/gui/timertest')
-rw-r--r--examples/gui/timertest/timertest.lpr3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/gui/timertest/timertest.lpr b/examples/gui/timertest/timertest.lpr
index bef9d441..e4189a73 100644
--- a/examples/gui/timertest/timertest.lpr
+++ b/examples/gui/timertest/timertest.lpr
@@ -6,8 +6,7 @@ uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
- Classes, SysUtils, fpgfx, gfxbase, gui_form, gui_button, gui_label,
- fpgui_toolkit;
+ Classes, SysUtils, fpgfx, gfxbase, gui_form, gui_button, gui_label;
type
TMainForm = class(TfpgForm)