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:
authorDalai Felinto <dalai@blender.org>2020-03-06 22:00:42 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 22:07:02 +0300
commitafe6df1487fd001e18c30bd85660154753ece345 (patch)
tree9a18e26298bb5321e3327e98e6927b65b8aa3390 /source/blender/blenkernel/BKE_idtype.h
parent558f449f8c4b212302a2530daecda9346ea10177 (diff)
Cleanup: VFont: Move to IDTypeInfo and remove unused BKE API
This was particularly strange because we had a _free_data() function. But still the one I replaced was of course the _free() one. And we should rename the _free_data_ function later to avoid confusions.
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 7289ceb95df..77e9580a9fd 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -140,7 +140,7 @@ extern IDTypeInfo IDType_ID_CA;
extern IDTypeInfo IDType_ID_KE;
extern IDTypeInfo IDType_ID_WO;
extern IDTypeInfo IDType_ID_SCR;
-// extern IDTypeInfo IDType_ID_VF;
+extern IDTypeInfo IDType_ID_VF;
extern IDTypeInfo IDType_ID_TXT;
// extern IDTypeInfo IDType_ID_SPK;
// extern IDTypeInfo IDType_ID_SO;