Skip to content

Commit

Permalink
Remove VoxelIsoSurfaceTool, superseded by VoxelTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Jan 2, 2020
1 parent a11a95b commit 716b820
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 224 deletions.
2 changes: 0 additions & 2 deletions register_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "terrain/voxel_map.h"
#include "terrain/voxel_terrain.h"
#include "voxel_buffer.h"
#include "voxel_isosurface_tool.h"
#include "voxel_library.h"
#include "voxel_memory_pool.h"
#include "voxel_tool.h"
Expand Down Expand Up @@ -44,7 +43,6 @@ void register_voxel_types() {

// Helpers
ClassDB::register_class<VoxelBoxMover>();
ClassDB::register_class<VoxelIsoSurfaceTool>();
ClassDB::register_class<VoxelRaycastResult>();
ClassDB::register_class<VoxelTool>();

Expand Down
178 changes: 0 additions & 178 deletions voxel_isosurface_tool.cpp

This file was deleted.

44 changes: 0 additions & 44 deletions voxel_isosurface_tool.h

This file was deleted.

0 comments on commit 716b820

Please sign in to comment.