From 10b2a4362b56d445f1d970cd1205c64800dc9e30 Mon Sep 17 00:00:00 2001 From: TarasovEE Date: Sat, 13 Sep 2025 21:39:38 +0300 Subject: [PATCH] =?UTF-8?q?header:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B3=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B=20=D0=B2=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.h | 5 ----- 1 file changed, 5 deletions(-) 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