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>2009-07-31 01:42:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-31 01:42:29 +0400
commit7301f33b26ccae263d0bfdde5f82d98a70790fd5 (patch)
tree22569950cae5d3e606135d577ba3f722066a03d0 /source/gameengine/BlenderRoutines
parent94e06c9859478e1afdd1814f186c441327df3e5d (diff)
remove some unused function args
Diffstat (limited to 'source/gameengine/BlenderRoutines')
-rw-r--r--source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
index ec751376d4a..d1b362557ad 100644
--- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
+++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
@@ -383,7 +383,6 @@ extern "C" void StartKetsjiShell(struct ScrArea *area,
{
// convert and add scene
sceneconverter->ConvertScene(
- startscenename,
startscene,
dictionaryobject,
keyboarddevice,
@@ -682,7 +681,6 @@ extern "C" void StartKetsjiShellSimulation(struct ScrArea *area,
{
// convert and add scene
sceneconverter->ConvertScene(
- startscenename,
startscene,
dictionaryobject,
keyboarddevice,