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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2003-10-25 16:27:16 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2003-10-25 16:27:16 +0400
commit558711325fe909e4d7759432f99956592db25477 (patch)
treeba70593cb16a921334b93c9748af2e44a879a7a8 /source/blender/src/header_text.c
parent3545113051671615aa8190ec59ece03655a20f59 (diff)
- removes warnings
Diffstat (limited to 'source/blender/src/header_text.c')
-rw-r--r--source/blender/src/header_text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/header_text.c b/source/blender/src/header_text.c
index 40d15ae089a..1467cc3694e 100644
--- a/source/blender/src/header_text.c
+++ b/source/blender/src/header_text.c
@@ -64,6 +64,7 @@
#include "BIF_resources.h"
#include "BIF_screen.h"
#include "BIF_space.h"
+#include "BIF_toolbox.h"
#include "BKE_global.h"
#include "BKE_library.h"
#include "BKE_main.h"
@@ -373,8 +374,6 @@ static uiBlock *text_editmenu_selectmenu(void *arg_unused)
/* Edit menu */
static uiBlock *text_editmenu(void *arg_unused)
{
- SpaceText *st= curarea->spacedata.first;
- Text *text= st->text;
uiBlock *block;
short yco= 0, menuwidth=120;