summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-06-30 15:46:11 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-06-30 15:46:11 +0200
commit03644070735f2e7295cd1e2b72287894b6789644 (patch)
treef3ec0d372b38abd0e5bade28959da474333f7d6f /extras
parent66b7ce77d23cd3e71996ec19464b87cb92468b87 (diff)
downloadfpGUI-03644070735f2e7295cd1e2b72287894b6789644.tar.xz
Removed compiler warnings from tiopf demo 21.
Diffstat (limited to 'extras')
-rw-r--r--extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmaddressmaint.pas9
-rw-r--r--extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmcountrylist.pas13
-rw-r--r--extras/tiopf/demos/Demo_21_AdrsBook_MGM/units/placeholder.txt1
3 files changed, 9 insertions, 14 deletions
diff --git a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmaddressmaint.pas b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmaddressmaint.pas
index 8314e59f..b8212b3d 100644
--- a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmaddressmaint.pas
+++ b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmaddressmaint.pas
@@ -6,11 +6,8 @@ interface
uses
SysUtils, Classes, fpg_base, fpg_main, fpg_edit,
- fpg_widget, fpg_form, fpg_label, fpg_button,
- fpg_listbox, fpg_memo, fpg_combobox, fpg_basegrid, fpg_grid,
- fpg_dialogs, fpg_checkbox, fpg_tree, fpg_trackbar,
- fpg_progressbar, fpg_radiobutton, fpg_tab, fpg_menu,
- fpg_panel, fpg_popupcalendar, fpg_gauge,
+ fpg_widget, fpg_form, fpg_label, fpg_button, fpg_combobox,
+ fpg_dialogs, fpg_menu,
model, tiFormMediator;
type
@@ -50,7 +47,7 @@ function EditAddress(AData: TAddress): Boolean;
implementation
uses
- tiListMediators, tiMediators, contactmanager;
+ contactmanager;
function EditAddress(AData: TAddress): Boolean;
diff --git a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmcountrylist.pas b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmcountrylist.pas
index 7bed804d..0a6a6332 100644
--- a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmcountrylist.pas
+++ b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/frmcountrylist.pas
@@ -5,12 +5,10 @@ unit frmCountryList;
interface
uses
- SysUtils, Classes, fpg_base, fpg_main, fpg_edit,
- fpg_widget, fpg_form, fpg_label, fpg_button,
- fpg_listbox, fpg_memo, fpg_combobox, fpg_basegrid, fpg_grid,
- fpg_dialogs, fpg_checkbox, fpg_tree, fpg_trackbar,
- fpg_progressbar, fpg_radiobutton, fpg_tab, fpg_menu,
- fpg_panel, fpg_popupcalendar, fpg_gauge,
+ SysUtils, Classes, fpg_base, fpg_main,
+ fpg_widget, fpg_form, fpg_button, fpg_grid,
+ fpg_dialogs, fpg_menu,
+ fpg_panel,
model, tiFormMediator;
type
@@ -42,8 +40,7 @@ procedure ShowCountries(const AList: TCountryList);
implementation
-uses
- tiListMediators{, frmCountryMaint};
+
procedure ShowCountries(const AList: TCountryList);
diff --git a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/units/placeholder.txt b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/units/placeholder.txt
new file mode 100644
index 00000000..4805699e
--- /dev/null
+++ b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/units/placeholder.txt
@@ -0,0 +1 @@
+do not delete me.