ref: clean unused in Core

This commit is contained in:
semenov
2025-08-15 14:47:57 +03:00
parent 87db4d0ef4
commit 3c65c4b08c
22 changed files with 1983 additions and 2083 deletions

View File

@@ -121,11 +121,6 @@ void ScreenChecker::updateDisplayData()
dataParserOutput->addRunData(*displaysIndexList);
}
QString ScreenChecker::getScreenCount() const
{
return QString::number(screenCount);
}
void ScreenChecker::initialize(DataParserOutput *dataParserOutput, QHBoxLayout *layout)
{
this->layout = layout;