From ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 8 Aug 2011 16:11:37 +0200 Subject: [PATCH] Remove spurious assignment --- src/main.cpp | 3 --- 1 file changed, 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]");