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-03-18 01:27:15 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-03-18 01:27:15 +0300
commitaeb2225a287e68d8ee03861bec112ce3459a468a (patch)
tree2fa2f308e233fc89b6a93aeca57d3a9daf828ecc /source/blender/editors/space_text
parentd52400bfbd2a7e4d09b5a71bc461a554d232af15 (diff)
2.50: some warning fixes.
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_ops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c
index 239e819c6de..f98c5bf17dd 100644
--- a/source/blender/editors/space_text/text_ops.c
+++ b/source/blender/editors/space_text/text_ops.c
@@ -78,11 +78,6 @@ static int text_new_poll(bContext *C)
return 1;
}
-static int text_valid_poll(bContext *C)
-{
- return CTX_data_edit_text(C) ? 1:0;
-}
-
static int text_edit_poll(bContext *C)
{
Text *text= CTX_data_edit_text(C);