diff --git a/histogram.h b/histogram.h index a09ad92..f9da7af 100644 --- a/histogram.h +++ b/histogram.h @@ -8,9 +8,4 @@ std::vector make_histogram(const std::vector& numbers, size_t bin_count); -// Создание гистограммы на основании корзин в формате SVG. - -void show_histogram_svg(const std::vector& bins); - - #endif // HISTOGRAM_H_INCLUDED