diff --git a/include/settings.hpp b/include/settings.hpp index 685cc010..32784539 100644 --- a/include/settings.hpp +++ b/include/settings.hpp @@ -19,12 +19,10 @@ namespace rack { namespace settings { -/** Path to settings.json */ -extern std::string settingsPath; - - // Runtime state, not serialized. +/** Path to settings.json */ +extern std::string settingsPath; extern bool devMode; extern bool headless; diff --git a/src/settings.cpp b/src/settings.cpp index 09c27be3..0bb7bda0 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -16,10 +16,9 @@ namespace settings { std::string settingsPath; - - bool devMode = false; bool headless = false; + std::string token; math::Vec windowSize; math::Vec windowPos;