diff --git a/Editor/src/Windows/FileSystemUI.cpp b/Editor/src/Windows/FileSystemUI.cpp index 1bce4aa3..6093e641 100644 --- a/Editor/src/Windows/FileSystemUI.cpp +++ b/Editor/src/Windows/FileSystemUI.cpp @@ -626,12 +626,6 @@ namespace Nuake if (ImGui::InputTextEx("##Search", "Asset search & filter ..", buffer, sizeof(buffer), ImVec2(ImGui::GetContentRegionAvail().x, 24), ImGuiInputTextFlags_EscapeClearsAll)) { m_searchKeyWord = std::string(buffer); - // FileSystem::FilteredFiles = FileSystem::SearchFilesWithKeyword(m_searchKeyWord, FileSystem::RootDirectory->fullPath); - // if(m_searchKeyWord.empty()) - // { - // FileSystem::FilteredFiles.clear(); - // } - //RefreshFileBrowser(); } ImGui::EndChild();