Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Oct 22, 2024
1 parent 69ac1f8 commit 0ee4920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/project/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ namespace Toolbox::UI {
},
[this](auto) {
if (m_selected_indices_ctx.size() == 0) {
// TODO: Implement this interface
Toolbox::Platform::OpenFileExplorer(m_file_system_model->getPath(m_view_index));
} else {
std::set<fs_path> paths;
Expand All @@ -414,7 +413,6 @@ namespace Toolbox::UI {
}
}
for (const fs_path &path : paths) {
// TODO: Implement this interface
Toolbox::Platform::OpenFileExplorer(path);
}
}
Expand Down

0 comments on commit 0ee4920

Please sign in to comment.