remove unneeded const

This commit is contained in:
Ching Pei Yang 2023-01-11 16:13:17 +01:00
parent 379b40aef7
commit 8b5497f11f

View file

@ -2,8 +2,6 @@
#include "../../Compositor.hpp"
#include "wlr/types/wlr_switch.h"
const bool TEMP_CONFIG_RESIZE_ON_BORDER = true;
void CInputManager::onMouseMoved(wlr_pointer_motion_event* e) {
static auto* const PSENS = &g_pConfigManager->getConfigValuePtr("general:sensitivity")->floatValue;
static auto* const PNOACCEL = &g_pConfigManager->getConfigValuePtr("input:force_no_accel")->intValue;