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:
authorStephen Swaney <sswaney@centurytel.net>2006-04-11 23:05:58 +0400
committerStephen Swaney <sswaney@centurytel.net>2006-04-11 23:05:58 +0400
commit371008fe1e145655cc929d25a327e205e6e841c1 (patch)
treeb19f75b8526f822c000b4dfad66ac2885b0fee9c /source/blender/python/api2_2x/Draw.h
parent18a8479931d56bef403871f5b2542198388c1c2b (diff)
last release we lost our reassuring msg when no local python install
was found. Restore warm fuzzy msg. Text is now Looking for installed Python version XXX followed by either Got it! or 'import site' failed; use -v for traceback No installed Python found. Only built-in modules are available. Some scripts may not run. Continuing happily. And while we are at it, clean up a couple of compiler warnings.
Diffstat (limited to 'source/blender/python/api2_2x/Draw.h')
-rw-r--r--source/blender/python/api2_2x/Draw.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/Draw.h b/source/blender/python/api2_2x/Draw.h
index ac3b7b53f3a..ce4d29a850d 100644
--- a/source/blender/python/api2_2x/Draw.h
+++ b/source/blender/python/api2_2x/Draw.h
@@ -67,10 +67,6 @@ typedef struct _Button {
/*
* these are declared in ../BPY_extern.h
*/
-void BPY_spacescript_do_pywin_draw( SpaceScript * sc );
-void BPY_spacescript_do_pywin_event( SpaceScript * sc,
- unsigned short event, short val, char ascii );
-void BPY_free_compiled_text( Text * text );
PyObject *M_Draw_Init( void );
PyObject *Draw_Init( void );