aboutsummaryrefslogtreecommitdiff
path: root/Source/Framestein.dpr
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2003-06-03 21:57:19 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2003-06-03 21:57:19 +0000
commitfdb7491e35ba8de80b9631563154a7b23737fb1e (patch)
tree24a56f36b90867e69430735574a0a3ec138d78e4 /Source/Framestein.dpr
parent054e54e33bb45dc5e7ead9d8004c46d534d7a5de (diff)
*** empty log message ***
svn path=/trunk/Framestein/; revision=680
Diffstat (limited to 'Source/Framestein.dpr')
-rw-r--r--Source/Framestein.dpr4
1 files changed, 1 insertions, 3 deletions
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.