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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-16 05:10:47 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-16 05:10:47 +0400
commit18d8454f2e5dbf217e5a40ff96296c6d3cffa5c4 (patch)
treeed9386ce89433da667709adf2b8c91759ea012db /source/blender/editors/space_text/text_intern.h
parentf10541f7cfa13b3f2c92abea2c99c2901efbf91a (diff)
2.5: Text editor, port menu code to python.
Diffstat (limited to 'source/blender/editors/space_text/text_intern.h')
-rw-r--r--source/blender/editors/space_text/text_intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index 259811aee0f..31d29ac7f17 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -41,9 +41,6 @@ struct TextLine;
struct wmOperatorType;
struct wmWindowManager;
-/* text_header.c */
-void text_header_register(struct ARegionType *art);
-
/* text_draw.c */
void draw_text_main(struct SpaceText *st, struct ARegion *ar);