summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/stm3210e-internal.h')
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm3210e-internal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h b/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
index d0ff66cf4..33a8750f9 100644
--- a/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
+++ b/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
@@ -317,18 +317,6 @@ void up_ledpminitialize(void);
void up_pmbuttons(void);
#endif
-/************************************************************************************
- * Name: up_unregisterbuttons
- *
- * Description:
- * Un-register button handlers
- *
- ************************************************************************************/
-
-#if defined(CONFIG_PM) && defined(CONFIG_IDLE_CUSTOM) && defined(CONFIG_PM_BUTTONS)
-void up_unregisterbuttons(void);
-#endif
-
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_STM3210E_EVAL_SRC_STM3210E_INTERNAL_H */