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/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 84d23530800..4dea09ee433 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1584,10 +1584,6 @@ int main(int argc, const char **argv)
/* this is properly initialized with user defs, but this is default */
/* call after loading the startup.blend so we can read U.tempdir */
BLI_init_temporary_dir(U.tempdir);
-
-#ifdef WITH_SDL
- BLI_setenv("SDL_VIDEODRIVER", "dummy");
-#endif
}
else {
#ifndef WITH_PYTHON_MODULE