Remove InternalClient::isInputMethod()

It's the same as the default implementation.
master
Vlad Zahorodnii 2020-09-04 09:10:36 +03:00
parent a457bd4310
commit 33e037d45d
2 changed files with 0 additions and 6 deletions

View File

@ -239,11 +239,6 @@ bool InternalClient::isLockScreen() const
return false;
}
bool InternalClient::isInputMethod() const
{
return false;
}
bool InternalClient::isOutline() const
{
if (m_internalWindow) {

View File

@ -50,7 +50,6 @@ public:
bool wantsInput() const override;
bool isInternal() const override;
bool isLockScreen() const override;
bool isInputMethod() const override;
bool isOutline() const override;
quint32 windowId() const override;
bool isShown(bool shaded_is_shown) const override;