From 3817eddfc6663014e4a4f3229a15fb70530217da Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 9 May 2017 17:45:00 +0200 Subject: [PATCH] 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 --- shell_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shell_client.cpp b/shell_client.cpp index 294f63aa11..8fe20a2078 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -312,7 +312,6 @@ QPoint ShellClient::clientContentPos() const QSize ShellClient::clientSize() const { - // TODO: connect for changes return m_clientSize; }