diff --git a/applications/lazimageeditor/lazcolorpalette2.lpk b/applications/lazimageeditor/lazcolorpalette2.lpk deleted file mode 100644 index 640757520..000000000 --- a/applications/lazimageeditor/lazcolorpalette2.lpk +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/applications/lazimageeditor/lazcolorpalette2.pas b/applications/lazimageeditor/lazcolorpalette2.pas deleted file mode 100644 index fcaf013a6..000000000 --- a/applications/lazimageeditor/lazcolorpalette2.pas +++ /dev/null @@ -1,21 +0,0 @@ -{ This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. - } - -unit LazColorPalette2; - -interface - -uses - ColorPalette, LazarusPackageIntf; - -implementation - -procedure Register; -begin - RegisterUnit('ColorPalette', @ColorPalette.Register); -end; - -initialization - RegisterPackage('LazColorPalette', @Register); -end.