From fdb7491e35ba8de80b9631563154a7b23737fb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 3 Jun 2003 21:57:19 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=680 --- Source/Framestein.dpr | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/Framestein.dpr') diff --git a/Source/Framestein.dpr b/Source/Framestein.dpr index ebb7a0a..009543a 100644 --- a/Source/Framestein.dpr +++ b/Source/Framestein.dpr @@ -18,8 +18,7 @@ uses pluginunit in 'pluginunit.pas', progressunit in 'progressunit.pas' {Progress}, configureunit in 'configureunit.pas' {configure}, - toolbarunit in 'toolbarunit.pas' {toolbar}, - fsmemounit in 'fsmemounit.pas' {fsmemo}; + toolbarunit in 'toolbarunit.pas' {toolbar}; {$R *.RES} @@ -31,7 +30,6 @@ begin Application.CreateForm(Tconfigure, configure); Application.CreateForm(Tlog, log); Application.CreateForm(Ttoolbar, toolbar); - Application.CreateForm(Tfsmemo, fsmemo); Application.Run; end. -- cgit v1.2.1