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:
authorAndrea Weikert <elubie@gmx.net>2010-11-14 13:53:49 +0300
committerAndrea Weikert <elubie@gmx.net>2010-11-14 13:53:49 +0300
commit63f131803caaf080e947f6087997a6fa43aefa6b (patch)
tree8d5f41f671cd7461ebbf337559dd24686e8ea673 /source/blender/editors/space_file/file_intern.h
parent2e84732228c749f4d7932ab3a4fe60c95f7d19ac (diff)
== filebrowser ==
* removed now unused function file_string_width_shortened.
Diffstat (limited to 'source/blender/editors/space_file/file_intern.h')
-rw-r--r--source/blender/editors/space_file/file_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index 0bc9a6e8db8..fc7ab289683 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -95,7 +95,6 @@ void file_operator_to_sfile(struct SpaceFile *sfile, struct wmOperator *op);
/* filesel.c */
float file_shorten_string(char* string, float w, int front);
float file_string_width(const char* str);
-float file_string_width_shortened(const char* str, float width);
float file_font_pointsize();
void file_change_dir(bContext *C, int checkdir);