Fixed unused function warning (#8130)

This commit is contained in:
Michael Böhme 2024-11-05 23:26:41 +01:00 committed by ocornut
parent ec2f1d69c8
commit 57ab2b4226

View File

@ -1210,9 +1210,11 @@ static int FindWindowFocusIndex(ImGuiWindow* window);
// Error Checking and Debug Tools
static void ErrorCheckNewFrameSanityChecks();
static void ErrorCheckEndFrameSanityChecks();
#ifndef IMGUI_DISABLE_DEBUG_TOOLS
static void UpdateDebugToolItemPicker();
static void UpdateDebugToolStackQueries();
static void UpdateDebugToolFlashStyleColor();
#endif
// Inputs
static void UpdateKeyboardInputs();