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-11-08 02:22:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-08 02:22:40 +0300
commit55923d1044e43524310dc0192215bd1d81f3d966 (patch)
tree75d8d2796194f9a7352a67f859fbc503d9a55ba7 /source/blender/editors/space_file
parent1e4f0a92f65c71b089700324d2add2298b6be073 (diff)
compiler warning fixes
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 6f499b3ecfd..37b3a0e05fa 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -292,7 +292,6 @@ static void file_draw_icon(uiBlock *block, char *path, int sx, int sy, int icon,
static void file_draw_string(int sx, int sy, const char* string, float width, int height, int flag)
{
- uiStyle *style= U.uistyles.first;
int soffs;
char fname[FILE_MAXFILE];
float sw;