Compilation warnings

This commit is contained in:
brunoherbelin
2020-09-13 17:44:40 +02:00
parent 077bf3430b
commit fa7257fe92
6 changed files with 7 additions and 8 deletions

View File

@@ -2248,8 +2248,6 @@ namespace ImGui
int hover(const char *label)
{
const ImGuiStyle& Style = GetStyle();
const ImGuiIO& IO = GetIO();
ImDrawList* DrawList = GetWindowDrawList();
ImGuiWindow* Window = GetCurrentWindow();
if (Window->SkipItems)
return 0;