chore: appconfig remove unused m_logdir

This commit is contained in:
sithlord48
2025-03-11 18:10:35 -04:00
committed by Nick Bolton
parent 554178b658
commit 7bf716b232
2 changed files with 0 additions and 12 deletions

View File

@ -19,16 +19,6 @@
using namespace deskflow::gui;
// this should be incremented each time the wizard is changed,
// which will force it to re-run for existing installations.
const int kWizardVersion = 8;
#if defined(Q_OS_WIN)
const char AppConfig::m_LogDir[] = "log/";
#else
const char AppConfig::m_LogDir[] = "/var/log/";
#endif
// TODO: instead, use key value pair table, which would be less fragile.
const char *const AppConfig::m_SettingsName[] = {
"", // screenName moved to deskflow settings

View File

@ -161,8 +161,6 @@ private:
/// @param [in] scope which should be loaded.
void loadScope(IConfigScopes::Scope scope);
static const char m_LogDir[];
/// @brief Contains the string values of the settings names that will be saved
static const char *const m_SettingsName[];