From 3dd7e75c7de3ea6f6030ed7c0b654a31158d6abb Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 8 May 2022 10:40:27 -0500 Subject: [PATCH] gaurd IMPLOT_DISABLE_OBSOLETE_FUNCTIONS in implot_demo.cpp --- implot_demo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index 300559f..ac49157 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -22,7 +22,6 @@ // ImPlot v0.13 WIP -// We define this so that the demo does not accidentally use deprecated API // We define this so that the demo does not accidentally use deprecated API #ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS #define IMPLOT_DISABLE_OBSOLETE_FUNCTIONS