summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-23 16:42:58 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-23 16:42:58 +0200
commit303e68d5a351335a03807a8488af33371bd88458 (patch)
treeff508e7c109fa4bbd48f0fb7cefdf33be8b982c4 /examples
parent55467e22e9d7390596a77cb2606aa2639f0ac593 (diff)
downloadfpGUI-303e68d5a351335a03807a8488af33371bd88458.tar.xz
globe demo: removed compiler hint about unused unit.
Diffstat (limited to 'examples')
-rw-r--r--examples/apps/globe/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/globe/frm_main.pas b/examples/apps/globe/frm_main.pas
index 0b35be60..dba93762 100644
--- a/examples/apps/globe/frm_main.pas
+++ b/examples/apps/globe/frm_main.pas
@@ -6,7 +6,7 @@ interface
uses
SysUtils, Classes, fpg_base, fpg_main, fpg_widget, fpg_form, fpg_menu,
- fpg_panel, fpg_button, fpg_stdimages;
+ fpg_panel, fpg_button;
{$I globe_data.inc}