summaryrefslogtreecommitdiff
path: root/indra/llwindow/llkeyboardheadless.cpp
diff options
context:
space:
mode:
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; }