From 171eeaa38949bb372ca155992d662e05527d9f6e Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 20 Dec 2002 09:41:25 +0000 Subject: Fixed up the header comment so it didn't produce a warning about comment inside of a comment Also removed the config.h thing since this is a .h Hopefully I'll get around to the other .h's soon. Kent -- mein@cs.umn.edu --- source/blender/include/BIF_tbcallback.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source/blender/include/BIF_tbcallback.h') diff --git a/source/blender/include/BIF_tbcallback.h b/source/blender/include/BIF_tbcallback.h index 0c6e6a3d50c..98aebf5c863 100644 --- a/source/blender/include/BIF_tbcallback.h +++ b/source/blender/include/BIF_tbcallback.h @@ -27,13 +27,9 @@ * * Contributor(s): none yet. * - * ***** END GPL/BL DUAL LICENSE BLOCK ***** -/* defines callback structure for toolbox menu */ - -#ifdef HAVE_CONFIG_H -#include -#endif + * ***** END GPL/BL DUAL LICENSE BLOCK *****/ +/* defines callback structure for toolbox menu */ typedef struct _TBcallback { char *desc; char *key; -- cgit v1.2.3