From 0783a9a1949d864ced96b0521ebf8ad72f1962c8 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 18 Nov 2020 01:58:21 +0100 Subject: Cleanup: Remove all of "#ifdef WITH_POINT_CLOUD" Since Point Cloud was removed from experimental this is no longer needed. --- source/blender/editors/space_buttons/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_buttons/CMakeLists.txt') diff --git a/source/blender/editors/space_buttons/CMakeLists.txt b/source/blender/editors/space_buttons/CMakeLists.txt index c71e5e49d8d..fa3e6a51036 100644 --- a/source/blender/editors/space_buttons/CMakeLists.txt +++ b/source/blender/editors/space_buttons/CMakeLists.txt @@ -51,7 +51,6 @@ endif() if(WITH_EXPERIMENTAL_FEATURES) add_definitions(-DWITH_GEOMETRY_NODES) - add_definitions(-DWITH_POINT_CLOUD) add_definitions(-DWITH_HAIR_NODES) endif() -- cgit v1.2.3