diff options
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r-- | core/src/UI/UI.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp index b0f0a6f..0a80b4c 100644 --- a/core/src/UI/UI.hpp +++ b/core/src/UI/UI.hpp @@ -13,8 +13,6 @@ void PopDisabled(); bool Button(const char* label, bool disabled); bool Button(const char* label, const ImVec2& sizeArg, bool disabled); -bool MenuItemConditional(const char* name, bool disabled); - void ErrorIcon(); void ErrorMessage(const char* fmt, ...); void WarningIcon(); |