From 8f1847e4c33f4276c6aaf123e658f9d2043f7dcb Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 2 Dec 2008 23:45:11 +0000 Subject: RNA: review of commits in the past days, check the diffs for the many small changes, but the two bigger ones are: * Sensors and controllers now use inheritance, rather than pointing to the data in a separate struct. Had to add some new RNA define functionality to support this better. * DNA_meta_types.h was marked as done but still missing many things, now completed. --- source/blender/makesdna/DNA_vfont_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna/DNA_vfont_types.h') diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h index 33b8efa8dd5..b90e853d772 100644 --- a/source/blender/makesdna/DNA_vfont_types.h +++ b/source/blender/makesdna/DNA_vfont_types.h @@ -40,7 +40,6 @@ typedef struct VFont { ID id; char name[256]; - float scale, pad; struct VFontData *data; struct PackedFile * packedfile; -- cgit v1.2.3