diff --git a/src/console.h b/src/console.h index d6118eb18..e8bddfeb4 100644 --- a/src/console.h +++ b/src/console.h @@ -47,7 +47,6 @@ class EMSESPShell : public uuid::console::Shell { static void generic_exit_context_function(Shell & shell, const std::vector & arguments); static void main_help_function(Shell & shell, const std::vector & arguments); static void main_exit_function(Shell & shell, const std::vector & arguments); - static void main_logout_function(Shell & shell, const std::vector & arguments); EMSESP & emsesp_;