Internals: removed GetContentRegionMaxAbs() which was only meaningfully used in place of GetContentRegionAvail().

This commit is contained in:
ocornut
2024-07-25 16:10:18 +02:00
parent 055b2e80fb
commit 4227402b2f
2 changed files with 14 additions and 27 deletions
-1
View File
@@ -3217,7 +3217,6 @@ namespace ImGui
IMGUI_API ImVec2 CalcItemSize(ImVec2 size, float default_w, float default_h);
IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x);
IMGUI_API void PushMultiItemsWidths(int components, float width_full);
IMGUI_API ImVec2 GetContentRegionMaxAbs();
IMGUI_API void ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess);
// Parameter stacks (shared)