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/include/BIF_drawscript.h')
-rw-r--r--source/blender/include/BIF_drawscript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/include/BIF_drawscript.h b/source/blender/include/BIF_drawscript.h
index d288333cf0c..3435ffd1be1 100644
--- a/source/blender/include/BIF_drawscript.h
+++ b/source/blender/include/BIF_drawscript.h
@@ -35,9 +35,6 @@
struct ScrArea;
struct SpaceScript;
-struct Script;
-
-void unlink_script(struct Script *script);
void init_scriptspace(struct ScrArea *sa);
void free_scriptspace(struct SpaceScript *sc);