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:
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);