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/src/toets.c
parent56b9617ce022ad6a2321f9e9f1a6f7ba9ee7c80f (diff)
removed videoscape support, a format from 1988 that nobody uses anymore.
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 7d45b432b2b..1a6356325ca 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -873,10 +873,7 @@ int blenderqread(unsigned short event, short val)
}
return 0;
}
- else if(G.qual==LR_ALTKEY) {
- write_videoscape_fs();
- return 0;
- }
+ /* python specials here? */
}
break;