From ac7ba200e2aec3b77bb7134460b0d5ccc5ea544f Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 15 Dec 2020 23:07:45 +0000 Subject: [PATCH] LazStats: Remove units which became obsolete after refactoring of AutoCorUnit. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7931 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/lazstats/source/LazStats.lpi | 609 ++++++++---------- .../autoplotunit.lfm | 0 .../autoplotunit.pas | 0 .../differenceunit.lfm | 0 .../differenceunit.pas | 0 .../expsmoothunit.lfm | 0 .../expsmoothunit.pas | 0 .../fftunit.lfm | 0 .../fftunit.pas | 0 .../moveavgunit.lfm | 0 .../moveavgunit.pas | 0 .../pointsunit.lfm | 0 .../pointsunit.pas | 0 .../polynomialunit.lfm | 0 .../polynomialunit.pas | 0 15 files changed, 283 insertions(+), 326 deletions(-) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/autoplotunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/autoplotunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/differenceunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/differenceunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/expsmoothunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/expsmoothunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/fftunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/fftunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/moveavgunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/moveavgunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/pointsunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/pointsunit.pas (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/polynomialunit.lfm (100%) rename applications/lazstats/source/{forms/analysis/correlation => not used by LazStats}/polynomialunit.pas (100%) diff --git a/applications/lazstats/source/LazStats.lpi b/applications/lazstats/source/LazStats.lpi index 9b36c775c..80b533f8b 100644 --- a/applications/lazstats/source/LazStats.lpi +++ b/applications/lazstats/source/LazStats.lpi @@ -125,7 +125,7 @@ - + @@ -404,1146 +404,1098 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + @@ -1568,6 +1520,11 @@ + + + + + diff --git a/applications/lazstats/source/forms/analysis/correlation/autoplotunit.lfm b/applications/lazstats/source/not used by LazStats/autoplotunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/autoplotunit.lfm rename to applications/lazstats/source/not used by LazStats/autoplotunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/autoplotunit.pas b/applications/lazstats/source/not used by LazStats/autoplotunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/autoplotunit.pas rename to applications/lazstats/source/not used by LazStats/autoplotunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/differenceunit.lfm b/applications/lazstats/source/not used by LazStats/differenceunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/differenceunit.lfm rename to applications/lazstats/source/not used by LazStats/differenceunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/differenceunit.pas b/applications/lazstats/source/not used by LazStats/differenceunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/differenceunit.pas rename to applications/lazstats/source/not used by LazStats/differenceunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/expsmoothunit.lfm b/applications/lazstats/source/not used by LazStats/expsmoothunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/expsmoothunit.lfm rename to applications/lazstats/source/not used by LazStats/expsmoothunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/expsmoothunit.pas b/applications/lazstats/source/not used by LazStats/expsmoothunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/expsmoothunit.pas rename to applications/lazstats/source/not used by LazStats/expsmoothunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/fftunit.lfm b/applications/lazstats/source/not used by LazStats/fftunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/fftunit.lfm rename to applications/lazstats/source/not used by LazStats/fftunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/fftunit.pas b/applications/lazstats/source/not used by LazStats/fftunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/fftunit.pas rename to applications/lazstats/source/not used by LazStats/fftunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/moveavgunit.lfm b/applications/lazstats/source/not used by LazStats/moveavgunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/moveavgunit.lfm rename to applications/lazstats/source/not used by LazStats/moveavgunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/moveavgunit.pas b/applications/lazstats/source/not used by LazStats/moveavgunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/moveavgunit.pas rename to applications/lazstats/source/not used by LazStats/moveavgunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/pointsunit.lfm b/applications/lazstats/source/not used by LazStats/pointsunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/pointsunit.lfm rename to applications/lazstats/source/not used by LazStats/pointsunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/pointsunit.pas b/applications/lazstats/source/not used by LazStats/pointsunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/pointsunit.pas rename to applications/lazstats/source/not used by LazStats/pointsunit.pas diff --git a/applications/lazstats/source/forms/analysis/correlation/polynomialunit.lfm b/applications/lazstats/source/not used by LazStats/polynomialunit.lfm similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/polynomialunit.lfm rename to applications/lazstats/source/not used by LazStats/polynomialunit.lfm diff --git a/applications/lazstats/source/forms/analysis/correlation/polynomialunit.pas b/applications/lazstats/source/not used by LazStats/polynomialunit.pas similarity index 100% rename from applications/lazstats/source/forms/analysis/correlation/polynomialunit.pas rename to applications/lazstats/source/not used by LazStats/polynomialunit.pas