Cleanup: Remove unused 'DispOp' enum

Pull Request: https://projects.blender.org/blender/blender/pulls/145289
This commit is contained in:
Sean Kim
2025-08-28 22:47:06 +02:00
committed by Sean Kim
parent b60835e2b4
commit f074e3529d

View File

@@ -48,13 +48,6 @@ static const int multires_grid_tot[] = {
static const int multires_side_tot[] = {
0, 2, 3, 5, 9, 17, 33, 65, 129, 257, 513, 1025, 2049, 4097};
/* See multiresModifier_disp_run for description of each operation */
enum DispOp {
APPLY_DISPLACEMENTS,
CALC_DISPLACEMENTS,
ADD_DISPLACEMENTS,
};
/** Custom-data. */
void multires_customdata_delete(Mesh *mesh)