删除无用代码

This commit is contained in:
lenheart 2026-02-17 05:48:43 +08:00
parent 9b743cf541
commit 08e2cfd3b1
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ bool Application::init(const AppConfig &config) {
return true; return true;
} }
WindowConfig windowConfig;
this->window_ = new Window(); this->window_ = new Window();
if (!window_->create(config.windowConfig)) { if (!window_->create(config.windowConfig)) {