Internals: removed GetIDNoKeepAlive() now that it is the same as GetID(). (#5181)

Amend 9038678
This commit is contained in:
ocornut
2022-04-12 14:49:21 +02:00
parent 90386780e3
commit 6d15a506fa
3 changed files with 5 additions and 38 deletions

View File

@ -2117,9 +2117,6 @@ public:
ImGuiID GetID(const char* str, const char* str_end = NULL);
ImGuiID GetID(const void* ptr);
ImGuiID GetID(int n);
ImGuiID GetIDNoKeepAlive(const char* str, const char* str_end = NULL);
ImGuiID GetIDNoKeepAlive(const void* ptr);
ImGuiID GetIDNoKeepAlive(int n);
ImGuiID GetIDFromRectangle(const ImRect& r_abs);
// We don't use g.FontSize because the window may be != g.CurrentWidow.