summaryrefslogtreecommitdiff
path: root/src/i_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_main.c')
-rw-r--r--src/i_main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/i_main.c b/src/i_main.c
index fdfa3cbc..3714bee4 100644
--- a/src/i_main.c
+++ b/src/i_main.c
@@ -140,15 +140,6 @@ int main(int argc, char **argv)
myargc = argc;
myargv = argv;
-#ifdef _WIN32_WCE
-
- // Windows CE has no environment, but SDL provides an implementation.
- // Populate the environment with the values we normally find.
-
- PopulateEnvironment();
-
-#endif
-
// Only schedule on a single core, if we have multiple
// cores. This is to work around a bug in SDL_mixer.