aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-21 18:30:38 -0700
committerrtk0c <[email protected]>2021-06-21 18:30:38 -0700
commit43cd2bd879d529fcbd0a0f64eccd4ce1eb872ab4 (patch)
tree12e7bcbd08a30f76d83bd1bc8943133f3d5d51b9 /core/src/UI/UI.hpp
parent4378dcd83d2387534f3b10276365d1003832fe81 (diff)
Implement array group conversion logic
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r--core/src/UI/UI.hpp2
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();