remove old line

This commit is contained in:
floralrainfall 2023-07-06 22:22:41 -04:00
parent d41e78045b
commit 9a513f6530
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ StudioWindow::StudioWindow()
{
setWindowTitle(QString("RBXNu Studio"));
setWindowIcon(QIcon(":/content/images/icon.png"));
studio_graphic_timer.start();
}
void StudioWindow::closeEvent(QCloseEvent* event)