Skip to content

Commit

Permalink
VOXBROWSER: fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Mar 15, 2024
1 parent cb58cc9 commit 2625230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/voxbrowser/VoxBrowser.cpp
Expand Up @@ -215,8 +215,6 @@ app::AppState VoxBrowser::onRunning() {

for (voxbrowser::VoxelFile &voxelFile : voxelFiles) {
loadThumbnail(voxelFile);
const core::String &relTargetFile = voxelFile.targetFile();

auto iter = _voxelFilesMap.find(voxelFile.source);
if (iter != _voxelFilesMap.end()) {
iter->value.push_back(voxelFile);
Expand Down

0 comments on commit 2625230

Please sign in to comment.