From a97679ce0943f21240284a4760db4c8f5c40ca61 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Tue, 28 Apr 2020 21:32:44 -0500 Subject: [PATCH] Update implot.h --- implot.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/implot.h b/implot.h index be9c098..ec8bcb3 100644 --- a/implot.h +++ b/implot.h @@ -225,7 +225,4 @@ void PopPlotStyleVar(int count = 1); // Shows the ImPlot demo. Add implot_demo.cpp to your sources! void ShowImPlotDemoWindow(bool* p_open = NULL); -// Shows the ImPlot benchmarking test. Add implot_demo.cpp to your sources! -void ShowImPlotBenchmarkWindow(bool * p_open = NULL); - -} // namespace ImGui \ No newline at end of file +} // namespace ImGui