Removed unused code

This commit is contained in:
CommanderRedYT
2022-02-18 21:46:36 +01:00
parent 6b0260b2c5
commit ca9cf65d66

View File

@ -34,11 +34,6 @@ std::string defaultHostname();
constexpr const auto INPUT_MAPPING_NONE = std::numeric_limits<uint8_t>::max();
template <typename T>
std::optional<T*> optional_ptr(T* ptr) {
return ptr ? std::optional<T*>(ptr) : std::optional<T*>();
}
class WiFiConfig
{
public: