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:
authorKent Mein <mein@cs.umn.edu>2002-12-20 12:41:25 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-20 12:41:25 +0300
commit171eeaa38949bb372ca155992d662e05527d9f6e (patch)
tree433cd6eeb58887db676e1cd3d0ea18fff28efd21 /source/blender/include/BIF_tbcallback.h
parent782a5b573d2985d3cad71896e6badf9876bdde27 (diff)
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
Diffstat (limited to 'source/blender/include/BIF_tbcallback.h')
-rw-r--r--source/blender/include/BIF_tbcallback.h8
1 files changed, 2 insertions, 6 deletions
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 <config.h>
-#endif
+ * ***** END GPL/BL DUAL LICENSE BLOCK *****/
+/* defines callback structure for toolbox menu */
typedef struct _TBcallback {
char *desc;
char *key;