From 09b95188ed8ec74152831bac543dcd59ab84a23e Mon Sep 17 00:00:00 2001 From: ondrej Date: Fri, 11 Dec 2015 14:02:11 +0000 Subject: [PATCH] components: delete editortoolbar git-svn-id: trunk@50749 - --- .gitattributes | 3 --- components/editortoolbar/editortoolbar.lpk | 30 ---------------------- components/editortoolbar/editortoolbar.pas | 20 --------------- components/editortoolbar/unit1.pas | 16 ------------ 4 files changed, 69 deletions(-) delete mode 100644 components/editortoolbar/editortoolbar.lpk delete mode 100644 components/editortoolbar/editortoolbar.pas delete mode 100644 components/editortoolbar/unit1.pas diff --git a/.gitattributes b/.gitattributes index 5cf5a3250f..e442e4e328 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/components/editortoolbar/editortoolbar.lpk b/components/editortoolbar/editortoolbar.lpk deleted file mode 100644 index 40aabd8bb1..0000000000 --- a/components/editortoolbar/editortoolbar.lpk +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/components/editortoolbar/editortoolbar.pas b/components/editortoolbar/editortoolbar.pas deleted file mode 100644 index d56204e7aa..0000000000 --- a/components/editortoolbar/editortoolbar.pas +++ /dev/null @@ -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. diff --git a/components/editortoolbar/unit1.pas b/components/editortoolbar/unit1.pas deleted file mode 100644 index f9eaacb026..0000000000 --- a/components/editortoolbar/unit1.pas +++ /dev/null @@ -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. -