mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 21:06:01 +01:00
fix warn
This commit is contained in:
parent
8faac0c9ac
commit
ce62a98470
1 changed files with 0 additions and 2 deletions
|
@ -782,8 +782,6 @@ void CConfigManager::handleSubmap(const std::string& command, const std::string&
|
|||
}
|
||||
|
||||
void CConfigManager::handleSource(const std::string& command, const std::string& rawpath) {
|
||||
static const char* const ENVHOME = getenv("HOME");
|
||||
|
||||
if (rawpath.length() < 2) {
|
||||
Debug::log(ERR, "source= path garbage");
|
||||
parseError = "source path " + rawpath + " bogus!";
|
||||
|
|
Loading…
Reference in a new issue