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:
authorBastien Montagne <montagne29@wanadoo.fr>2020-03-08 22:45:00 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2020-03-08 22:45:00 +0300
commit668b64380a7ef5c5079f436dc145a625af56b402 (patch)
tree3eb6f01c959f4c4eb25aeec1b6df4d748803c031 /source/blender/blenkernel/BKE_idtype.h
parent014f78b5b5a49c133ff95b3c9d973744de6eec2d (diff)
Cleanup: Sound: Move to IDTypeInfo and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_idtype.h')
-rw-r--r--source/blender/blenkernel/BKE_idtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index 6795d91ba96..ba6daa03436 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -143,7 +143,7 @@ extern IDTypeInfo IDType_ID_SCR;
extern IDTypeInfo IDType_ID_VF;
extern IDTypeInfo IDType_ID_TXT;
extern IDTypeInfo IDType_ID_SPK;
-// extern IDTypeInfo IDType_ID_SO;
+extern IDTypeInfo IDType_ID_SO;
extern IDTypeInfo IDType_ID_GR;
extern IDTypeInfo IDType_ID_AR;
extern IDTypeInfo IDType_ID_AC;