X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.inc;fp=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.inc;h=38d47aabbd8550c44863ebfc90a3189af4430be3;hp=0608165dbb2e533dcd36416c79e598fd97e0d1da;hb=c7754a695f7750177de8645709f5d30487a4ac45;hpb=13a039ef755e81e65c9479b4b615fd89bfe3e038 diff --git a/cinelerra-5.1/plugins/histogram/histogram.inc b/cinelerra-5.1/plugins/histogram/histogram.inc index 0608165d..38d47aab 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.inc +++ b/cinelerra-5.1/plugins/histogram/histogram.inc @@ -22,16 +22,12 @@ #ifndef HISTOGRAM_INC #define HISTOGRAM_INC - - - - // modes -#define HISTOGRAM_MODES 4 #define HISTOGRAM_RED 0 #define HISTOGRAM_GREEN 1 #define HISTOGRAM_BLUE 2 #define HISTOGRAM_VALUE 3 +#define HISTOGRAM_MODES 4 // Number of divisions in histogram. // 65536 + min and max range to speed up the tabulation @@ -55,10 +51,6 @@ class HistogramMain; -class HistStripePackage; -class HistStripeUnit; -class HistStripeEngine; - class HistogramPackage; class HistogramUnit; class HistogramEngine;