From 862f96c5603ba97d8586127b294e64c3fce6f51d Mon Sep 17 00:00:00 2001 From: epezent Date: Sun, 16 Aug 2020 11:36:20 -0500 Subject: [PATCH] add implot_internal.h --- implot.cpp | 1 - implot_internal.h | 0 2 files changed, 1 deletion(-) create mode 100644 implot_internal.h diff --git a/implot.cpp b/implot.cpp index 1737b68..570eb90 100644 --- a/implot.cpp +++ b/implot.cpp @@ -1889,7 +1889,6 @@ void SetNextPlotTicksX(const double* values, int n_ticks, const char** labels, b } void SetNextPlotTicksX(double x_min, double x_max, int n_ticks, const char** labels, bool show_default) { - ImPlotContext& gp = *GImPlot; IM_ASSERT_USER_ERROR(n_ticks > 1, "The number of ticks must be greater than 1"); static ImVector buffer; FillRange(buffer, n_ticks, x_min, x_max); diff --git a/implot_internal.h b/implot_internal.h new file mode 100644 index 0000000..e69de29