diff options
Diffstat (limited to 'src/voxel.h')
-rw-r--r-- | src/voxel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/voxel.h b/src/voxel.h index a90fc37e8..ed7fba089 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -395,8 +395,6 @@ public: Algorithms */ - void interpolate(VoxelArea area); - void clearFlag(u8 flag); // VOXELFLAG_CHECKED2s must usually be cleared before calling |