diff --git a/implot_internal.h b/implot_internal.h index 9e43995..7895afe 100644 --- a/implot_internal.h +++ b/implot_internal.h @@ -1174,13 +1174,6 @@ IMPLOT_API void ResetCtxForNextAlignedPlots(ImPlotContext* ctx); // Resets an ImPlot context for the next call to BeginSubplot IMPLOT_API void ResetCtxForNextSubplot(ImPlotContext* ctx); -//----------------------------------------------------------------------------- -// [SECTION] Input Utils -//----------------------------------------------------------------------------- - -// Allows changing how keyboard/mouse interaction works. -IMPLOT_API ImPlotInputMap& GetInputMap(); - //----------------------------------------------------------------------------- // [SECTION] Plot Utils //-----------------------------------------------------------------------------