diff options
Diffstat (limited to 'src/config/ConfigManager.hpp')
-rw-r--r-- | src/config/ConfigManager.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/ConfigManager.hpp b/src/config/ConfigManager.hpp index 7ce7d495..b1e7e7fd 100644 --- a/src/config/ConfigManager.hpp +++ b/src/config/ConfigManager.hpp @@ -163,7 +163,6 @@ class CConfigManager { void* const* getConfigValuePtr(const std::string&); Hyprlang::CConfigValue* getHyprlangConfigValuePtr(const std::string& name, const std::string& specialCat = ""); - void onPluginLoadUnload(const std::string& name, bool load); static std::string getMainConfigPath(); std::string getConfigString(); @@ -193,8 +192,6 @@ class CConfigManager { void dispatchExecShutdown(); void performMonitorReload(); - void appendMonitorRule(const SMonitorRule&); - bool replaceMonitorRule(const SMonitorRule&); void ensureMonitorStatus(); void ensureVRR(PHLMONITOR pMonitor = nullptr); |