summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4f57fc078..d93cdba1e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1378,9 +1378,6 @@ int main(int argc, char *argv[])
if (device == 0)
return 1; // could not create selected driver.
- // Set device in game parameters
- device = device;
-
// Set the window caption
device->setWindowCaption(L"Minetest [Main Menu]");