From 0f07bea06bcaaa9db9568c9b28bd00da18e5f56f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 Oct 2009 07:08:59 +0000 Subject: remove unused defines, cant check every case but from grepping the souece it should go ok. --- source/blender/python/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/python/CMakeLists.txt') diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt index 7abec566505..a83e29e2fab 100644 --- a/source/blender/python/CMakeLists.txt +++ b/source/blender/python/CMakeLists.txt @@ -46,8 +46,6 @@ IF(WITH_FFMPEG) ADD_DEFINITIONS(-DWITH_FFMPEG) ENDIF(WITH_FFMPEG) -ADD_DEFINITIONS(-DWITH_CCGSUBSURF) - BLENDERLIB(bf_python "${SRC}" "${INC}") BLENDERLIB(bf_gen_python "${GENSRC}" "${INC}") -- cgit v1.2.3