Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
870b4110
Commit
870b4110
authored
Sep 22, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Remove unused variable
parent
61e655f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
virtualkeyboard.cpp
View file @
870b4110
...
...
@@ -238,7 +238,6 @@ void VirtualKeyboard::textInputInterfaceEnabledChanged()
void
VirtualKeyboard
::
stateCommitted
(
uint32_t
serial
)
{
auto
t
=
waylandServer
()
->
seat
()
->
focusedTextInput
();
auto
inputContext
=
waylandServer
()
->
inputMethod
()
->
context
();
if
(
!
inputContext
)
{
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment