diff --git a/components/iphonelazext/examples/HelloWorld/ihelloworld.pas b/components/iphonelazext/examples/HelloWorld/ihelloworld.pas index 51bf7dfed..5ebed4b61 100644 --- a/components/iphonelazext/examples/HelloWorld/ihelloworld.pas +++ b/components/iphonelazext/examples/HelloWorld/ihelloworld.pas @@ -82,8 +82,6 @@ end; var pool : NSAutoreleasePool; -{$R *.res} - begin // initialize foundation memory manger (aka autorelease pool) pool := NSAutoreleasePool.alloc.init;