From caa8e7ff2894ed22ea436bc61b06fb292d844108 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 14 Feb 2019 13:59:30 +1100 Subject: DRW: de-duplicate vertex & weight paint engines These were almost exact duplicates, use one engine for drawing both kinds of vertex color. --- source/blender/draw/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/draw/CMakeLists.txt') diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt index 74a9b3ae21e..80878ae9246 100644 --- a/source/blender/draw/CMakeLists.txt +++ b/source/blender/draw/CMakeLists.txt @@ -80,7 +80,6 @@ set(SRC modes/overlay_mode.c modes/paint_texture_mode.c modes/paint_vertex_mode.c - modes/paint_weight_mode.c modes/particle_mode.c modes/pose_mode.c modes/sculpt_mode.c -- cgit v1.2.3