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