Internals: Removed unnecessary code.

This commit is contained in:
omar
2019-02-05 17:51:01 +01:00
parent 5a95c77388
commit 521470b3cd
2 changed files with 3 additions and 4 deletions

View File

@ -6216,7 +6216,7 @@ void ImGui::SetNextWindowBgAlpha(float alpha)
g.NextWindowData.BgAlphaCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
}
// In window space (not screen space!)
// FIXME: This is in window space (not screen space!)
ImVec2 ImGui::GetContentRegionMax()
{
ImGuiWindow* window = GetCurrentWindowRead();