mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
Fixed unused function warning (#8130)
This commit is contained in:
parent
ec2f1d69c8
commit
57ab2b4226
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue