chore: Remove unused CONFIG_NAME var in ServerApp

This commit is contained in:
sithlord48
2025-04-25 08:43:25 -04:00
committed by Chris Rizzitello
parent 4eaf6fda62
commit f49f5f790c

View File

@ -135,9 +135,4 @@ private:
ClientListener *m_listener;
EventQueueTimer *m_timer;
NetworkAddress *m_deskflowAddress;
#if SYSAPI_WIN32
inline static const std::string CONFIG_NAME = std::string(kAppName) + ".sgc";
#elif SYSAPI_UNIX
inline static const std::string CONFIG_NAME = std::string(kAppName) + ".conf";
#endif
};