summaryrefslogtreecommitdiff
path: root/indra/llwindow/llkeyboardheadless.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-20 21:54:19 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-20 21:54:19 +0800
commit4cf12a6d223a238ff30f8b334ca91836c7369f88 (patch)
treea2bf8fa27e5fff8a1b8a75cdb5d835f4e959f145 /indra/llwindow/llkeyboardheadless.cpp
parent13f24f2419edeefbda8bedab01fad21cb97b7445 (diff)
parent569d97707459d5f87cb04a0811c0b7eb1b5c2251 (diff)
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/llwindow/llkeyboardheadless.cpp')
-rw-r--r--indra/llwindow/llkeyboardheadless.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/llwindow/llkeyboardheadless.cpp b/indra/llwindow/llkeyboardheadless.cpp
index a3c86fde2b..265d7e6c76 100644
--- a/indra/llwindow/llkeyboardheadless.cpp
+++ b/indra/llwindow/llkeyboardheadless.cpp
@@ -35,20 +35,8 @@ void LLKeyboardHeadless::resetMaskKeys()
{ }
-#if LL_SDL
-BOOL LLKeyboardHeadless::handleKeyDown(const U32 key, const U32 mask)
-#else
-BOOL LLKeyboardHeadless::handleKeyDown(const U16 key, const U32 mask)
-#endif
-{ return FALSE; }
-#if LL_SDL
-BOOL LLKeyboardHeadless::handleKeyUp(const U32 key, const U32 mask)
-#else
-BOOL LLKeyboardHeadless::handleKeyUp(const U16 key, const U32 mask)
-#endif
-{ return FALSE; }
MASK LLKeyboardHeadless::currentMask(BOOL for_mouse_event)
{ return MASK_NONE; }