aboutsummaryrefslogtreecommitdiffstats
path: root/api.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api.hpp')
-rw-r--r--api.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/api.hpp b/api.hpp
index ad720e7..f162e58 100644
--- a/api.hpp
+++ b/api.hpp
@@ -22,12 +22,8 @@ class Api {
void gui_popup_intchoice_footer(int current_num, int min_num, int max_num);
void gui_popup_strchoice_footer(const char selection[]);
public:
- // Allow button press to be registed by app and for app_switch (when HOME). Set to false for in Api internal gui.
+ // Allow button press to be registed by app and for app_switch (when HOME). Set to false when displaying Api's internal GUI.
bool m_interpret_button_press = true;
- enum app_init_return_status {
- OK = 0,
- MALLOC_FAILED = 1
- };
enum perf_modes {
LOW_POWER,
NORMAL_PERF,