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:
authorCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
commitfa4bbbb249bf9706e9c71d34748fbde87fa385fb (patch)
tree1cd6f3081bcc95923a9cdae19ba5b03de1181e62 /source/blender/editors/space_text/text_intern.h
parent4dc59fff2835f509c563684f7d4e116b2dcfd873 (diff)
Maintenance,
- remove some redundant declarations - changed VertexTangent and Path structs to avoid compiler alignment padding.
Diffstat (limited to 'source/blender/editors/space_text/text_intern.h')
-rw-r--r--source/blender/editors/space_text/text_intern.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index 3bfc1aa12da..cc957141ed2 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -44,12 +44,6 @@ struct wmWindowManager;
/* text_draw.c */
void draw_text_main(struct SpaceText *st, struct ARegion *ar);
-int text_check_bracket(char ch);
-int text_check_delim(char ch);
-int text_check_digit(char ch);
-int text_check_identifier(char ch);
-int text_check_whitespace(char ch);
-
int text_font_width_character(struct SpaceText *st);
int text_font_width(struct SpaceText *st, char *str);