Skip to content

Commit

Permalink
remove redefinition of GetInputMap
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Jan 31, 2022
1 parent f438a21 commit 58240e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions implot_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 58240e5

Please sign in to comment.