Remove unused variable
This commit is contained in:
parent
61e655f7f7
commit
870b411015
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue