From 58240e53110f470f96416866fb00c4004aae9011 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 30 Jan 2022 17:07:05 -0800 Subject: [PATCH] remove redefinition of GetInputMap --- implot_internal.h | 7 ------- 1 file changed, 7 deletions(-) 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 //-----------------------------------------------------------------------------