From 435440c7da24e7b211c3e4ac0d5b51b58304bdc6 Mon Sep 17 00:00:00 2001 From: ozlb Date: Mon, 11 May 2020 16:00:05 +0200 Subject: [PATCH] QueryX removed for PR merge --- implot_demo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index 611d046..84fa447 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -755,7 +755,6 @@ void ShowImPlotDemoWindow(bool* p_open) { } ImGui::EndPlot(); } - ImGui::Text("Test"); } //------------------------------------------------------------------------- ImGui::End();