From b97fc46abc7d45d11c444999bfe329e0be10feec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Aug 2012 15:24:31 +0000 Subject: remove all remaining data files from source, now all are converted at build time. note: this is currently very slow in cmake, will address this next. --- source/blender/editors/include/ED_datafiles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h index 7b21b0d6371..8ad36397ce5 100644 --- a/source/blender/editors/include/ED_datafiles.h +++ b/source/blender/editors/include/ED_datafiles.h @@ -45,8 +45,8 @@ extern char datatoc_prvicons_png[]; extern int datatoc_splash_png_size; extern char datatoc_splash_png[]; -extern int datatoc_Bfont_size; -extern char datatoc_Bfont[]; +extern int datatoc_bfont_pfb_size; +extern char datatoc_bfont_pfb[]; extern int datatoc_bfont_ttf_size; extern char datatoc_bfont_ttf[]; -- cgit v1.2.3