mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 09:45:59 +01:00
remove unneeded const
This commit is contained in:
parent
379b40aef7
commit
8b5497f11f
1 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue