tests: Remove unused variable

This commit is contained in:
Sergio Martins
2022-12-16 09:03:09 +00:00
parent a60afb359f
commit 77c64c042c

View File

@@ -105,8 +105,6 @@ EmbeddedWindow::~EmbeddedWindow() = default;
inline EmbeddedWindow *createEmbeddedMainWindow(QSize sz)
{
static int count = 0;
count++;
// Tests a MainWindow which isn't a top-level window, but is embedded in another window
auto mainwindow = createMainWindow(QSize(600, 600), MainWindowOption_HasCentralFrame).release();