From 5aed1c349db065793cbc523fe01d60306c36e56c Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 20 Nov 2014 15:25:54 +0000 Subject: [PATCH] simpleideintf: updated git-svn-id: trunk@46903 - --- components/simpleideintf/simpleideintf.pas | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/components/simpleideintf/simpleideintf.pas b/components/simpleideintf/simpleideintf.pas index c236fecb4c..d6bd8f7426 100644 --- a/components/simpleideintf/simpleideintf.pas +++ b/components/simpleideintf/simpleideintf.pas @@ -1,20 +1,14 @@ -{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden! -Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. } -unit SimpleIDEIntf; +unit SimpleIDEIntf; interface uses - SimpleIDE, LazarusPackageIntf; + SimpleIDE; implementation -procedure Register; -begin -end; - -initialization - RegisterPackage('SimpleIDEIntf', @Register); end.