From: Giuseppe Bilotta Date: Mon, 8 Aug 2011 14:11:37 +0000 (+0200) Subject: Remove spurious assignment X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ea26a9f5431b0efac4622bc4b0bdc0a69d44c2c6;p=zefram%2Fminetest%2Fminetest_engine.git Remove spurious assignment --- diff --git a/src/main.cpp b/src/main.cpp index 4f57fc07..d93cdba1 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]");