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/gameengine/BlenderRoutines/BL_System.cpp')
-rw-r--r--source/gameengine/BlenderRoutines/BL_System.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/BlenderRoutines/BL_System.cpp b/source/gameengine/BlenderRoutines/BL_System.cpp
index 251182a07aa..5560ea12165 100644
--- a/source/gameengine/BlenderRoutines/BL_System.cpp
+++ b/source/gameengine/BlenderRoutines/BL_System.cpp
@@ -99,4 +99,3 @@ void SYS_WriteCommandLineString(SYS_SystemHandle sys, const char *paramname, con
{
((SingletonSystem *)sys)->string_params.insert(paramname, value);
}
-