mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +02:00
components: delete editortoolbar
git-svn-id: trunk@50749 -
This commit is contained in:
parent
f295d270f3
commit
09b95188ed
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1238,9 +1238,6 @@ components/debuggerintf/dbgintfmiscclasses.pas svneol=native#text/pascal
|
||||
components/debuggerintf/debuggerintf.lpk svneol=native#text/plain
|
||||
components/debuggerintf/debuggerintf.pas svneol=native#text/pascal
|
||||
components/debuggerintf/fpmake.pp svneol=native#text/plain
|
||||
components/editortoolbar/editortoolbar.lpk svneol=native#text/plain
|
||||
components/editortoolbar/editortoolbar.pas svneol=native#text/pascal
|
||||
components/editortoolbar/unit1.pas svneol=native#text/pascal
|
||||
components/education/README.txt svneol=native#text/plain
|
||||
components/education/educationlaz.lpk svneol=native#text/plain
|
||||
components/education/educationlaz.pas svneol=native#text/plain
|
||||
|
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="editortoolbar"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<Files Count="1">
|
||||
<Item1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
</Item1>
|
||||
</Files>
|
||||
<RequiredPkgs Count="1">
|
||||
<Item1>
|
||||
<PackageName Value="FCL"/>
|
||||
</Item1>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
</CONFIG>
|
@ -1,20 +0,0 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit editortoolbar;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Unit1, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('editortoolbar', @Register);
|
||||
end.
|
@ -1,16 +0,0 @@
|
||||
unit Unit1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
|
||||
{$Warning The package editortoolbar was removed. Its features are now part of the IDE.
|
||||
You can safely uninstall the package.}
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user