NK-92 Removed Forgotten Comments

This commit is contained in:
emerycp
2023-08-01 19:42:19 -04:00
parent 9159c6236b
commit 17a6ded94a

View File

@@ -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();