[Bf-blender-cvs] [3e07f2e3229] temp-test-point-cloud-simulation-depsgraph-integration: remove unnecessary todo

Jacques Lucke noreply at git.blender.org
Wed Apr 15 18:27:06 CEST 2020


Commit: 3e07f2e322978f44fd135f4ee9b3264b960a019d
Author: Jacques Lucke
Date:   Tue Mar 24 14:28:08 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rB3e07f2e322978f44fd135f4ee9b3264b960a019d

remove unnecessary todo

===================================================================

M	source/blender/blenkernel/intern/lib_query.c

===================================================================

diff --git a/source/blender/blenkernel/intern/lib_query.c b/source/blender/blenkernel/intern/lib_query.c
index 1b21105a111..09abfa61496 100644
--- a/source/blender/blenkernel/intern/lib_query.c
+++ b/source/blender/blenkernel/intern/lib_query.c
@@ -1275,11 +1275,6 @@ static void library_foreach_ID_link(Main *bmain,
         }
         break;
       }
-      case ID_SI: {
-        /* TODO */
-        break;
-      }
-
       case ID_SCR: {
         if (data.flag & IDWALK_INCLUDE_UI) {
           bScreen *screen = (bScreen *)id;
@@ -1299,6 +1294,7 @@ static void library_foreach_ID_link(Main *bmain,
       case ID_PAL:
       case ID_PC:
       case ID_CF:
+      case ID_SI:
         break;
 
       /* Deprecated. */



More information about the Bf-blender-cvs mailing list