src/controllers/Separator.cpp - remove unneeded Q_UNUSED()

This commit is contained in:
Allen Winter
2022-10-27 14:46:54 -04:00
parent d6c874a5a6
commit 39d7c9c577

View File

@@ -49,7 +49,6 @@ struct Separator::Private
Private(View *host)
: m_hostView(host)
{
Q_UNUSED(rubberBandIsTopLevel);
s_numSeparators++;
}