From 144d6589ef7c1a0fe638461373c4397c216a4523 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 17 May 2026 16:15:17 +0200 Subject: [PATCH] fix brand_to_cstr --- src/core/emsdevice.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/emsdevice.h b/src/core/emsdevice.h index 43011b078..3f6b7c7c3 100644 --- a/src/core/emsdevice.h +++ b/src/core/emsdevice.h @@ -72,9 +72,6 @@ class EMSdevice { bool has_tags(const int8_t tag) const; bool has_cmd(const char * cmd, const int8_t id) const; std::string brand_to_char(); - // Same as brand_to_char() but returns a const char* (flash literal or - // custom_brand_.c_str()) without allocating a std::string. Lifetime is - // tied to this EMSdevice instance. const char * brand_to_cstr() const; std::string to_string(); std::string to_string_short();