From 9351b6c44a2f5724d6e2978e9ceb4e046c4edbdf Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 8 Jan 2023 15:16:34 +0100 Subject: [PATCH] remove logout --- src/console.h | 1 - 1 file changed, 1 deletion(-) 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_;