Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-10 13:38:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-10 14:04:51 +0300
commit3fe98a473ccb610c3832783cd8be8498d7e557e8 (patch)
treeda1a8291c6a649715944e7628d9bcef1fcd473b2 /source/blender/makesdna/DNA_brush_types.h
parent2abfcebb0eb7989e3d1e7d03f37ecf5c088210af (diff)
Cleanup: remove unnecessary comments
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 07186425c3f..3acdbbb79fa 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -27,10 +27,6 @@
#include "DNA_curve_types.h"
#include "DNA_texture_types.h" /* for MTex */
-//#ifndef MAX_MTEX // XXX Not used?
-//#define MAX_MTEX 18
-//#endif
-
struct CurveMapping;
struct Image;
struct MTex;