m_clientSize is already connected in ShellClient::init

Summary:
TODO no longer applies since ShellClient::init already connects
SurfaceInterface::sizeChanged to update m_clientSize

Test Plan

Subscribers: kwin, #kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D5787
This commit is contained in:
Rohan Garg 2017-05-09 17:45:00 +02:00
parent 9ad87d3909
commit 3817eddfc6
No known key found for this signature in database
GPG key ID: A704BD4EF2672094

View file

@ -312,7 +312,6 @@ QPoint ShellClient::clientContentPos() const
QSize ShellClient::clientSize() const
{
// TODO: connect for changes
return m_clientSize;
}