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:
authorIan Thompson <quornian@googlemail.com>2008-08-12 14:08:46 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-12 14:08:46 +0400
commit0410775e2ed739a580a2a7cc7ff4a7ae374c24b1 (patch)
treee2651f004c88b12b10c2624bca39be47c79d676c /source/blender/python/BPY_extern.h
parentd90d413421a39e6c5b96fbe483090a13bc9a4569 (diff)
parent83bcb9deffb5eef2cbbb883c21f700840175d3fc (diff)
Rolled back on rev. 16039. Had problems with display, messages being blank and scripts not being recompiled in some cases. Needs more thought before committing.
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index a8b9cb48c16..3d9b45051fb 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -89,7 +89,6 @@ extern "C" {
int BPY_Err_getLinenumber( void );
const char *BPY_Err_getFilename( void );
- const char *BPY_Err_getMessage( void );
int BPY_txt_do_python_Text( struct Text *text );
int BPY_menu_do_python( short menutype, int event );