mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
NK-92 Removed Forgotten Comments
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user