diff --git a/libraries/voxels/src/VoxelSceneStats.cpp b/libraries/voxels/src/VoxelSceneStats.cpp index 4f725193da..2e12684dfb 100644 --- a/libraries/voxels/src/VoxelSceneStats.cpp +++ b/libraries/voxels/src/VoxelSceneStats.cpp @@ -56,7 +56,6 @@ void VoxelSceneStats::encodeStopped() { _totalEncodeTime += (usecTimestampNow() - _encodeStart); } - void VoxelSceneStats::reset() { _totalEncodeTime = 0; _encodeStart = 0;