From 8042ce7e1999e7953db804f852799cb33d08f91c Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Thu, 5 Jan 2023 19:16:55 -0600 Subject: input_common: Create an update engine --- src/common/input.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/input.h') diff --git a/src/common/input.h b/src/common/input.h index fc14fd7bf..d27b1d772 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -292,9 +292,6 @@ class InputDevice { public: virtual ~InputDevice() = default; - // Request input device to update if necessary - virtual void SoftUpdate() {} - // Force input device to update data regardless of the current state virtual void ForceUpdate() {} -- cgit v1.2.3