remove some warnings
This commit is contained in:
parent
3e614f2c1e
commit
993e601424
3 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@ void CAnimationManager::tick() {
|
|||
animationsDisabled = true;
|
||||
|
||||
const bool WINDOWSENABLED = g_pConfigManager->getInt("animations:windows");
|
||||
const bool BORDERSENABLED = g_pConfigManager->getInt("animations:borders");
|
||||
const bool FADEENABLED = g_pConfigManager->getInt("animations:fadein");
|
||||
// const bool BORDERSENABLED = g_pConfigManager->getInt("animations:borders");
|
||||
// const bool FADEENABLED = g_pConfigManager->getInt("animations:fadein");
|
||||
const float ANIMSPEED = g_pConfigManager->getFloat("animations:speed");
|
||||
|
||||
for (auto& w : g_pCompositor->m_lWindows) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue