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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-13 13:00:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-13 13:00:27 +0300
commit07451335280d2b647e97206666c698b3de663f18 (patch)
treecf82a23db2038ff4b1cf363cc135187df92a9cd8 /source/blender/blenkernel/BKE_exotic.h
parent56b9617ce022ad6a2321f9e9f1a6f7ba9ee7c80f (diff)
removed videoscape support, a format from 1988 that nobody uses anymore.
Diffstat (limited to 'source/blender/blenkernel/BKE_exotic.h')
-rw-r--r--source/blender/blenkernel/BKE_exotic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_exotic.h b/source/blender/blenkernel/BKE_exotic.h
index e83eabfafaf..99325a92b39 100644
--- a/source/blender/blenkernel/BKE_exotic.h
+++ b/source/blender/blenkernel/BKE_exotic.h
@@ -28,7 +28,7 @@
* Contributor(s): none yet.
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
- * dxf/vrml/videoscape external file io function prototypes
+ * dxf/vrml/stl external file io function prototypes
*/
#ifndef BKE_EXOTIC_H
@@ -49,7 +49,6 @@ int BKE_read_exotic(char *name);
void write_dxf(char *str);
void write_vrml(char *str);
-void write_videoscape(char *str);
void write_stl(char *str);
#endif